Reviewers: ulan,

Description:
A64: Skip more known failures

[email protected]
BUG=none
LOG=n

Please review this at https://codereview.chromium.org/160073007/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -1 lines):
  M test/cctest/cctest.status
  M test/mjsunit/mjsunit.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 894a097a1e670f4e5f011ffd60effff4ca6c2970..2b4390f38f124aab8d9e88ac53f7dab765f12357 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -85,7 +85,7 @@
   'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],

   # BUG(v8:3154).
-  'test-api/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
+  'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],

   # BUG(v8:3155).
   'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 3097eae025ce2135d8825b2ec6e3c9720831e616..92794c18f0750074141acfd8ce04adc401e0cc8e 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -165,6 +165,7 @@
   # Long running tests.
   'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
   'regress/regress-2185-2': [PASS, TIMEOUT],
+  'whitespaces': [PASS, TIMEOUT],

   # Stack manipulations in LiveEdit is not implemented for this arch.
   'debug-liveedit-check-stack': [SKIP],
@@ -177,6 +178,9 @@

   # BUG(v8:3149). Incorrect register usage exposed in debug mode.
   'sin-cos': [PASS, ['mode == debug', FAIL]],
+
+  # BUG(v8:3148): Invalid branch instruction emitted.
+  'debug-references': [PASS, ['mode == debug', SKIP]],
 }],  # 'arch == a64'

 ['arch == a64 and mode == debug 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.

Reply via email to