Reviewers: ulan,
Description:
A64: Skip cctests failing in debug mode
[email protected]
BUG=none
LOG=n
Please review this at https://codereview.chromium.org/160303003/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+16, -0 lines):
M test/cctest/cctest.status
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', {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.