Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: test/sputnik/sputnik.status

Issue 6580056: Make global NaN, Infinity and undefined read only. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« test/es5conform/es5conform.status ('K') | « test/mjsunit/undeletable-functions.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« test/es5conform/es5conform.status ('K') | « test/mjsunit/undeletable-functions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698