mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1744967 - Run Records&Tuples tests on ci r=mgaudet,glandium
Differential Revision: https://phabricator.services.mozilla.com/D132467
This commit is contained in:
parent
aaf8a82db8
commit
a4f19fddbc
8
js/src/devtools/automation/variants/rtdebug
Normal file
8
js/src/devtools/automation/variants/rtdebug
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"debug": true,
|
||||
"optimize": true,
|
||||
"configure-args": "--enable-record-tuple",
|
||||
"skip-tests": {
|
||||
"all": ["jittest", "jsapitests", "checks"]
|
||||
}
|
||||
}
|
@ -482,3 +482,23 @@ sm-gdb-linux64/debug:
|
||||
- linux64-minidump-stackwalk
|
||||
- linux64-llvm-symbolizer
|
||||
- sysroot-x86_64-linux-gnu
|
||||
|
||||
sm-rt-linux64/debug:
|
||||
description: "SpiderMonkey Records&Tuples"
|
||||
index:
|
||||
job-name: sm-rt-linux64-debug
|
||||
treeherder:
|
||||
platform: linux64/debug
|
||||
symbol: SM(rt)
|
||||
run:
|
||||
spidermonkey-variant: rtdebug
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang
|
||||
- linux64-cbindgen
|
||||
- linux64-dump_syms
|
||||
- linux64-breakpad-injector
|
||||
- linux64-minidump-stackwalk
|
||||
- linux64-llvm-symbolizer
|
||||
- linux64-rust
|
||||
- sysroot-x86_64-linux-gnu
|
||||
|
Loading…
Reference in New Issue
Block a user