Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: test/mjsunit/mjsunit.status

Issue 2467223004: [Tests] Fix some concurrent optimization tests on Ignition. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index bc2c909795f8a84830092340359209b39d164f9c..5a874e2bed3fb006cd3e2fcb5b18d0517f417658 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -640,18 +640,9 @@
}], # variant == turbofan_opt
##############################################################################
-['variant == ignition', {
+['variant == ignition or variant == ignition_staging', {
+ # TODO(5587): fails to liveedit evaled code.
'debug-liveedit-double-call': [FAIL],
-
- # Might trigger stack overflow.
- 'unicode-test': [SKIP],
-
- # Fails because concurrent compilation is not triggered on bytecode.
- # Check in Runtime_OptimizeFunctionOnNextCall.
- 'compiler/manual-concurrent-recompile': [FAIL],
- 'regress/regress-embedded-cons-string': [FAIL],
- 'regress/regress-prepare-break-while-recompile': [FAIL],
-
}], # variant == ignition
['variant == ignition and msan', {
@@ -668,18 +659,8 @@
}], # variant == ignition and msan
##############################################################################
-['variant == ignition_staging', {
- 'debug-liveedit-double-call': [FAIL],
-
- # Fails because concurrent compilation is not triggered on bytecode.
- # Check in Runtime_OptimizeFunctionOnNextCall.
- 'compiler/manual-concurrent-recompile': [FAIL],
- 'regress/regress-embedded-cons-string': [FAIL],
- 'regress/regress-prepare-break-while-recompile': [FAIL],
-}], # variant == ignition_staging
-
-##############################################################################
['variant == ignition_turbofan', {
+ # TODO(5587): fails to liveedit evaled code.
'debug-liveedit-double-call': [FAIL],
# TODO(rmcilroy,titzer): Times out after
@@ -691,7 +672,6 @@
# TODO(rmcilroy): Flaky OOM.
'unicodelctest-no-optimization': [SKIP],
-
}], # variant == ignition_turbofan
['variant == ignition_turbofan and arch == arm', {
« no previous file with comments | « test/mjsunit/compiler/manual-concurrent-recompile.js ('k') | test/mjsunit/regress/regress-embedded-cons-string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698