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

Unified Diff: test/cctest/cctest.status

Issue 160303003: A64: Skip cctests failing in debug mode (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
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/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index d48bcb9cc5c68fa76913a8666bcb8c2fd19d3ca2..71e172f7aefc7ca8ed1277b497baa70c25dc2724 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -73,6 +73,22 @@
['arch == a64', {
'test-api/Bug618': [PASS],
+
+ # BUG(v8:2999).
+ 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
+
+ # BUG(v8:3153).
+ 'test-api/SetFunctionEntryHook': [PASS, FAIL, CRASH],
+
+ # Runs out of memory in debug mode.
+ 'test-api/OutOfMemory': [PASS, ['mode == debug', FAIL]],
+ 'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],
+
+ # BUG(v8:3154).
+ 'test-api/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
+
+ # BUG(v8:3155).
+ 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
}], # 'arch == a64'
['arch == a64 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