Index: test/sputnik/sputnik.status |
=================================================================== |
--- test/sputnik/sputnik.status (revision 7763) |
+++ test/sputnik/sputnik.status (working copy) |
@@ -179,6 +179,7 @@ |
S9.9_A1: FAIL_OK |
S9.9_A2: FAIL_OK |
+ |
##################### SKIPPED TESTS ##################### |
# These tests take a looong time to run in debug mode. |
@@ -188,6 +189,26 @@ |
# V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
S8.7_A5_T2: FAIL |
+# V8 bugs: http://code.google.com/p/v8/issues/detail?id=1198 |
+# V8 should not wrap this when calling builtin functions |
+S15.2.4.3_A12: FAIL |
+S15.2.4.7_A13: FAIL |
+# Object.prototype.toString |
+S15.2.4.2_A12: FAIL |
+S15.2.4.2_A13: FAIL |
+# Object.prototype.toLocaleString |
+S15.2.4.3_A13: FAIL |
+S15.2.4.4_A13: FAIL |
+S15.2.4.4_A12: FAIL |
+# Object.prototype.propertyIsEnumerable |
+S15.2.4.7_A12: FAIL |
+# Object.prototype.hasOwnProperty |
+S15.2.4.5_A12: FAIL |
+S15.2.4.5_A13: FAIL |
+# Object.prototype.isPrototypeOf |
+S15.2.4.6_A13: FAIL |
+S15.2.4.6_A12: FAIL |
+ |
# Invalid test case (recent change adding var changes semantics) |
S8.3_A1_T1: FAIL |
# Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35 |
@@ -249,7 +270,6 @@ |
S15.10.7_A3_T2: FAIL_OK |
S15.10.7_A3_T1: FAIL_OK |
- |
[ $arch == arm ] |
# BUG(3251225): Tests that timeout with --nocrankshaft. |