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

Unified Diff: test/mjsunit/mjsunit.status

Issue 160353002: A64: Skip tests failing on gc stress bots (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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 92794c18f0750074141acfd8ce04adc401e0cc8e..934e196dabd29d62501df429a95601d41b69a9b5 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -181,6 +181,12 @@
# BUG(v8:3148): Invalid branch instruction emitted.
'debug-references': [PASS, ['mode == debug', SKIP]],
+ 'mirror-array': [PASS, ['mode == debug', SKIP]],
+
+ # BUG(v8:3156): Fails on gc stress bots.
+ 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
+ # BUG(v8:3157): Fails on gc stress bots.
+ 'sparse-array-reverse': [PASS, ['gc_stress == True', FAIL]],
}], # 'arch == a64'
['arch == a64 and mode == debug and simulator_run == True', {
« 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