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

Side by Side Diff: test/sputnik/sputnik.status

Issue 7538016: Make window.{undefined,NaN,Infinity} read-only (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 S15.5.4.7_A1_T3: FAIL_OK 171 S15.5.4.7_A1_T3: FAIL_OK
172 S15.5.4.8_A1_T3: FAIL_OK 172 S15.5.4.8_A1_T3: FAIL_OK
173 S15.5.4.9_A1_T3: FAIL_OK 173 S15.5.4.9_A1_T3: FAIL_OK
174 S15.5.4.10_A1_T3: FAIL_OK 174 S15.5.4.10_A1_T3: FAIL_OK
175 S15.5.4.11_A1_T3: FAIL_OK 175 S15.5.4.11_A1_T3: FAIL_OK
176 S15.5.4.12_A1_T3: FAIL_OK 176 S15.5.4.12_A1_T3: FAIL_OK
177 S15.5.4.13_A1_T3: FAIL_OK 177 S15.5.4.13_A1_T3: FAIL_OK
178 S15.5.4.14_A1_T3: FAIL_OK 178 S15.5.4.14_A1_T3: FAIL_OK
179 S15.5.4.15_A1_T3: FAIL_OK 179 S15.5.4.15_A1_T3: FAIL_OK
180 180
181 # NaN, Infinity and undefined are read-only according to ES5.
182 S15.1.1.1_A2_T1: FAIL_OK # NaN
183 S15.1.1.1_A2_T2: FAIL_OK # NaN
184 S15.1.1.2_A2_T1: FAIL_OK # Infinity
185 # S15.1.1.2_A2_T2 would fail if it weren't bogus in r97. sputnik bug #45.
186 S15.1.1.3_A2_T1: FAIL_OK # undefined
187 S15.1.1.3_A2_T2: FAIL_OK # undefined
188 S8.1_A3: FAIL_OK # undefined (comment is correct, test itself is bogus/ES3)
189 S8.5_A4: FAIL_OK # NaN
190 S8.5_A10: FAIL_OK # Infinity
191
181 ##################### SKIPPED TESTS ##################### 192 ##################### SKIPPED TESTS #####################
182 193
183 # These tests take a looong time to run in debug mode. 194 # These tests take a looong time to run in debug mode.
184 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 195 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
185 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 196 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
186 197
187 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 198 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
188 S8.7_A5_T2: FAIL 199 S8.7_A5_T2: FAIL
189 200
190 # Invalid test case (recent change adding var changes semantics) 201 # Invalid test case (recent change adding var changes semantics)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 S15.1.3.2_A2.5_T1: SKIP 265 S15.1.3.2_A2.5_T1: SKIP
255 S15.1.3.3_A2.3_T1: SKIP 266 S15.1.3.3_A2.3_T1: SKIP
256 S15.1.3.4_A2.3_T1: SKIP 267 S15.1.3.4_A2.3_T1: SKIP
257 S15.1.3.1_A2.5_T1: SKIP 268 S15.1.3.1_A2.5_T1: SKIP
258 S15.1.3.2_A2.5_T1: SKIP 269 S15.1.3.2_A2.5_T1: SKIP
259 270
260 [ $arch == mips ] 271 [ $arch == mips ]
261 272
262 # Skip all tests on MIPS. 273 # Skip all tests on MIPS.
263 *: SKIP 274 *: SKIP
OLDNEW
« test/mjsunit/undeletable-functions.js ('K') | « test/mjsunit/undeletable-functions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698