Reviewers: conradw,

Message:
PTAL.

Description:
X87: Disable the test case for X87 since ea2cb139d.

      The overwrite-builtins test cases will throw one expected exception
      and the exception message should include the source position in the JS
file. But crankshaft compiler does not generate the source position for
      it when creating the flow graph by default. The source position
information
      is always zero. So it failed when comparing with the reference file.

If we use crankshaft compiler on IA32 platform to run this test case, it
      has the same failure.

      we will open these test case for x87 once turbofan for X87 is enabled.

BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -0 lines):
  M test/message/message.status


Index: test/message/message.status
diff --git a/test/message/message.status b/test/message/message.status
index f28aa2a8d32eb7ef07de1aec58b7e06e9e1da851..cfccb5de4864b10cf390cc4f6676a2a62f4e8b34 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -36,5 +36,6 @@

   # Crankshaft compiler did not generate required source position for it:
   'overwritten-builtins': [SKIP],
+  'strong-object-set-proto': [SKIP],
 }],  # 'arch == x87'
 ]


--
--
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/d/optout.

Reply via email to