Chromium Code Reviews| Index: test/sputnik/sputnik.status |
| diff --git a/test/sputnik/sputnik.status b/test/sputnik/sputnik.status |
| index 6da87eac95acb69806dafab2271e5cf092412055..237a3d5682cb4cb0097527ade6092f55959f2486 100644 |
| --- a/test/sputnik/sputnik.status |
| +++ b/test/sputnik/sputnik.status |
| @@ -186,6 +186,24 @@ S9.9_A2: FAIL_OK |
| S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| +# Invalid test: NaN is read only (ES5 15.1.1.1) |
| +# Should V8 throw or ignore the assignment? |
|
Lasse Reichstein
2011/02/25 06:27:43
We should do what Safari does.
|
| +S8.5_A4: FAIL |
| +S15.1.1.1_A2_T1: FAIL |
| +S15.1.1.1_A2_T2: FAIL |
| +# Invalid test: Infinity is read only (ES5 15.1.1.2) |
| +# Should V8 throw or ignore the assignment? |
| +S8.5_A10: FAIL |
| +S15.1.1.2_A2_T1: FAIL |
| + |
| +# Invalid test: V8 correctly throws TypeError on assignment to undefined |
| +# but Sputnik still not happy. |
| +S8.1_A3: FAIL |
| +# Invalid test: undefined is read only (ES5 15.1.1.3) |
| +# Should V8 throw or ignore the assignment? |
| +S15.1.1.3_A2_T1: FAIL |
| +S15.1.1.3_A2_T2: FAIL |
| + |
| # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
| S8.7_A5_T2: FAIL |