Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 5fbc0377fbd0252c13662f72c3e0839fb3173b9b..d560f4ab25407419c7dc0a9e1d8cf38dd21e16a0 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -695,7 +695,7 @@ |
}], # 'arch == ppc64' |
############################################################################## |
-['ignition_turbofan', { |
+['variant == ignition_turbofan', { |
# TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
'array-literal-feedback': [FAIL], |
'regress/regress-4121': [FAIL], |
@@ -720,25 +720,25 @@ |
# TODO(rmcilroy): Flaky OOM. |
'unicodelctest-no-optimization': [SKIP], |
-}], # ignition_turbofan |
+}], # variant == ignition_turbofan |
-['ignition_turbofan and arch == arm64', { |
+['variant == ignition_turbofan and arch == arm64', { |
# TODO(rmcilroy,4680): Arm64 specific timeouts. |
'asm/construct-double': [SKIP], |
'compiler/osr-one': [SKIP], |
'compiler/osr-two': [SKIP], |
'wasm/asm-wasm-i32': [SKIP], |
'wasm/asm-wasm-u32': [SKIP], |
-}], # ignition_turbofan and arch == arm64 |
+}], # variant == ignition_turbofan and arch == arm64 |
['ignition_turbofan and arch == arm', { |
# TODO(rmcilroy,4680): Arm specific timeouts. |
'compiler/osr-one': [SKIP], |
'compiler/osr-two': [SKIP], |
'regress/regress-1257': [SKIP], |
-}], # ignition_turbofan and arch == arm |
+}], # variant == ignition_turbofan and arch == arm |
-['ignition_turbofan and msan', { |
+['variant == ignition_turbofan and msan', { |
# TODO(mythria,4680): All of these tests have large loops and hence slow |
# and timeout. |
'compiler/osr-big': [SKIP], |
@@ -749,7 +749,7 @@ |
'try': [SKIP], |
# Too slow for interpreter and msan. |
'es6/tail-call-megatest*': [SKIP], |
-}], # ignition_turbofan and msan |
+}], # variant == ignition_turbofan and msan |
############################################################################## |
['gcov_coverage', { |