Reviewers: ulan,

Description:
Temporary skip failure on simulators due to r12270.

[email protected]
TEST=test262/S13.2.1_A1_T1


Please review this at https://chromiumcodereview.appspot.com/10825243/

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

Affected files:
  M test/test262/test262.status


Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index fc7c4d0c7536aea74dfbf7d2539713b10f6e7682..06b43c717e85e58a139523c8d40e1bb4cd0338ed 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -76,6 +76,10 @@ S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug

 [ $arch == arm || $arch == mipsel ]

+# TODO(mstarzinger): Causes stack overflow on simulators due to eager
+# compilation of parenthesized function literals. Needs investigation.
+S13.2.1_A1_T1: SKIP
+
 # BUG(3251225): Tests that timeout with --nocrankshaft.
 S15.1.3.1_A2.4_T1: SKIP
 S15.1.3.1_A2.5_T1: SKIP


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to