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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2399343003: [test] Skip more flaky wasm tests for gc stress (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | 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 68cfcbe79961eb285ff68ca142f91495d3a871fa..26cc00c4656af2913e9528710e296b2dcc757e01 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -643,6 +643,8 @@
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
+ # BUG(v8:5496): Flaky crashes.
+ 'wasm/gc-stress': [PASS, ['gc_stress', SKIP]],
}], # variant == turbofan_opt
##############################################################################
@@ -744,6 +746,9 @@
# 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', {
@@ -821,4 +826,9 @@
'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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698