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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2395063002: [wasm] Fix wasm instantiation flakes (Closed)
Patch Set: better fix Created 4 years, 2 months 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
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 26cc00c4656af2913e9528710e296b2dcc757e01..49603284e11d1da28622ccb8b979f5b1dc80e9be 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -643,8 +643,6 @@
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
- # BUG(v8:5496): Flaky crashes.
- 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]],
}], # variant == turbofan_opt
##############################################################################
@@ -664,8 +662,6 @@
'regress/regress-embedded-cons-string': [FAIL],
'regress/regress-prepare-break-while-recompile': [FAIL],
- # BUG(v8:5451): Flaky crashes.
- 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition
['variant == ignition and arch == arm64', {
@@ -718,8 +714,6 @@
# Might trigger stack overflow.
'unicode-test': [SKIP],
- # BUG(v8:5451): Flaky crashes.
- 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition_staging
##############################################################################
@@ -747,8 +741,6 @@
# TODO(rmcilroy): Flaky OOM.
'unicodelctest-no-optimization': [SKIP],
- # BUG(v8:5496): Flaky crashes.
- 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition_turbofan
['variant == ignition_turbofan and arch == arm64', {
@@ -826,9 +818,4 @@
'whitespaces': [SKIP],
}], # variant == asm_wasm
-['variant == stress', {
- # BUG(v8:5451): Flaky crashes.
- 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
-}], # variant == stress
-
]
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698