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

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

Issue 6396008: Fix es5conform.status expectation file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR Feedback 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 233 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
234 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 234 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
235 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 235 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
236 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 236 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
237 237
238 ############################################################################## 238 ##############################################################################
239 # Unimplemented parts of strict mode 239 # Unimplemented parts of strict mode
240 # Setting expectations to fail only so that the tests trigger as soon as 240 # Setting expectations to fail only so that the tests trigger as soon as
241 # the strict mode feature gets implemented 241 # the strict mode feature gets implemented
242 242
243 # A directive preceeding an 'use strict' directive may not contain an OctalEscap eSequence 243 # A directive preceeding an 'use strict' directive may not contain
244 # an OctalEscapeSequence
244 # Incorrect test - need double escape in eval. 245 # Incorrect test - need double escape in eval.
245 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL 246 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
246 247
247 # this is not coerced to an object in strict mode (Number) 248 # this is not coerced to an object in strict mode (Number)
248 chapter10/10.4/10.4.3/10.4.3-1-1-s: FAIL 249 chapter10/10.4/10.4.3/10.4.3-1-1-s: FAIL
249 # this is not coerced to an object in strict mode (string) 250 # this is not coerced to an object in strict mode (string)
250 chapter10/10.4/10.4.3/10.4.3-1-2-s: FAIL 251 chapter10/10.4/10.4.3/10.4.3-1-2-s: FAIL
251 # this is not coerced to an object in strict mode (undefined) 252 # this is not coerced to an object in strict mode (undefined)
252 chapter10/10.4/10.4.3/10.4.3-1-3-s: FAIL 253 chapter10/10.4/10.4.3/10.4.3-1-3-s: FAIL
253 # this is not coerced to an object in strict mode (boolean) 254 # this is not coerced to an object in strict mode (boolean)
254 chapter10/10.4/10.4.3/10.4.3-1-4-s: FAIL 255 chapter10/10.4/10.4.3/10.4.3-1-4-s: FAIL
255 256
256 # arguments[i] remains same after changing actual parameters in strict mode 257 # arguments[i] remains same after changing actual parameters in strict mode
257 chapter10/10.6/10.6-10-c-ii-1-s: FAIL 258 chapter10/10.6/10.6-10-c-ii-1-s: FAIL
258 # arguments[i] doesn't map to actual parameters in strict mode 259 # arguments[i] doesn't map to actual parameters in strict mode
259 chapter10/10.6/10.6-10-c-ii-2-s: FAIL 260 chapter10/10.6/10.6-10-c-ii-2-s: FAIL
260 261
261 # Accessing caller property of Arguments object throws TypeError in strict mode 262 # Accessing caller property of Arguments object throws TypeError in strict mode
262 chapter10/10.6/10.6-13-b-1-s: FAIL 263 chapter10/10.6/10.6-13-b-1-s: FAIL
263 # arguments.caller exists in strict mode 264 # arguments.caller exists in strict mode
264 chapter10/10.6/10.6-13-b-2-s: FAIL 265 chapter10/10.6/10.6-13-b-2-s: FAIL
265 # arguments.caller is non-configurable in strict mode 266 # arguments.caller is non-configurable in strict mode
266 chapter10/10.6/10.6-13-b-3-s: FAIL 267 chapter10/10.6/10.6-13-b-3-s: FAIL
267 # Accessing callee property of Arguments object throws TypeError in strict mode 268 # Accessing callee property of Arguments object throws TypeError in strict mode
268 chapter10/10.6/10.6-13-c-1-s: FAIL 269 chapter10/10.6/10.6-13-c-1-s: FAIL
269 # arguments.callee is non-configurable in strict mode 270 # arguments.callee is non-configurable in strict mode
270 chapter10/10.6/10.6-13-c-3-s: FAIL 271 chapter10/10.6/10.6-13-c-3-s: FAIL
271 272
272 # simple assignment throws ReferenceError if LeftHandSide is an unresolvable ref erence in strict mode 273 # simple assignment throws ReferenceError if LeftHandSide is an unresolvable
274 # reference in strict mode
273 chapter11/11.13/11.13.1/11.13.1-1-5-s: FAIL 275 chapter11/11.13/11.13.1/11.13.1-1-5-s: FAIL
274 # simple assignment throws TypeError if LeftHandSide is a property reference wit h a primitive base value (this is undefined) 276 # simple assignment throws TypeError if LeftHandSide is a property reference
277 # with a primitive base value (this is undefined)
275 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL 278 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL
276 279
277 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Global.NaN) 280 # simple assignment throws TypeError if LeftHandSide is a readonly property
281 # in strict mode (Global.NaN)
278 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL 282 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL
279 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Global.Infinity) 283 # simple assignment throws TypeError if LeftHandSide is a readonly property
284 # in strict mode (Global.Infinity)
280 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL 285 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL
281 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Global.length) 286 # simple assignment throws TypeError if LeftHandSide is a readonly property
287 # in strict mode (Global.length)
282 chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL 288 chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL
283 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Object.length) 289 # simple assignment throws TypeError if LeftHandSide is a readonly property
290 # in strict mode (Object.length)
284 chapter11/11.13/11.13.1/11.13.1-4-5-s: FAIL 291 chapter11/11.13/11.13.1/11.13.1-4-5-s: FAIL
285 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Function.length) 292 # simple assignment throws TypeError if LeftHandSide is a readonly property
293 # in strict mode (Function.length)
286 chapter11/11.13/11.13.1/11.13.1-4-6-s: FAIL 294 chapter11/11.13/11.13.1/11.13.1-4-6-s: FAIL
287 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Array.length) 295 # simple assignment throws TypeError if LeftHandSide is a readonly property
296 # in strict mode (Array.length)
288 chapter11/11.13/11.13.1/11.13.1-4-7-s: FAIL 297 chapter11/11.13/11.13.1/11.13.1-4-7-s: FAIL
289 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (String.length) 298 # simple assignment throws TypeError if LeftHandSide is a readonly property
299 # in strict mode (String.length)
290 chapter11/11.13/11.13.1/11.13.1-4-8-s: FAIL 300 chapter11/11.13/11.13.1/11.13.1-4-8-s: FAIL
291 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Boolean.length) 301 # simple assignment throws TypeError if LeftHandSide is a readonly property
302 # in strict mode (Boolean.length)
292 chapter11/11.13/11.13.1/11.13.1-4-9-s: FAIL 303 chapter11/11.13/11.13.1/11.13.1-4-9-s: FAIL
293 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.length) 304 # simple assignment throws TypeError if LeftHandSide is a readonly property
305 # in strict mode (Number.length)
294 chapter11/11.13/11.13.1/11.13.1-4-10-s: FAIL 306 chapter11/11.13/11.13.1/11.13.1-4-10-s: FAIL
295 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Date.length) 307 # simple assignment throws TypeError if LeftHandSide is a readonly property
308 # in strict mode (Date.length)
296 chapter11/11.13/11.13.1/11.13.1-4-11-s: FAIL 309 chapter11/11.13/11.13.1/11.13.1-4-11-s: FAIL
297 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (RegExp.length) 310 # simple assignment throws TypeError if LeftHandSide is a readonly property
311 # in strict mode (RegExp.length)
298 chapter11/11.13/11.13.1/11.13.1-4-12-s: FAIL 312 chapter11/11.13/11.13.1/11.13.1-4-12-s: FAIL
299 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Error.length) 313 # simple assignment throws TypeError if LeftHandSide is a readonly property
314 # in strict mode (Error.length)
300 chapter11/11.13/11.13.1/11.13.1-4-13-s: FAIL 315 chapter11/11.13/11.13.1/11.13.1-4-13-s: FAIL
301 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.MAX_VALUE) 316 # simple assignment throws TypeError if LeftHandSide is a readonly property
317 # in strict mode (Number.MAX_VALUE)
302 chapter11/11.13/11.13.1/11.13.1-4-14-s: FAIL 318 chapter11/11.13/11.13.1/11.13.1-4-14-s: FAIL
303 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.MIN_VALUE) 319 # simple assignment throws TypeError if LeftHandSide is a readonly property
320 # in strict mode (Number.MIN_VALUE)
304 chapter11/11.13/11.13.1/11.13.1-4-15-s: FAIL 321 chapter11/11.13/11.13.1/11.13.1-4-15-s: FAIL
305 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.NaN) 322 # simple assignment throws TypeError if LeftHandSide is a readonly property
323 # in strict mode (Number.NaN)
306 chapter11/11.13/11.13.1/11.13.1-4-16-s: FAIL 324 chapter11/11.13/11.13.1/11.13.1-4-16-s: FAIL
307 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.NEGATIVE_INFINITY) 325 # simple assignment throws TypeError if LeftHandSide is a readonly property
326 # in strict mode (Number.NEGATIVE_INFINITY)
308 chapter11/11.13/11.13.1/11.13.1-4-17-s: FAIL 327 chapter11/11.13/11.13.1/11.13.1-4-17-s: FAIL
309 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Number.POSITIVE_INFINITY) 328 # simple assignment throws TypeError if LeftHandSide is a readonly property
329 # in strict mode (Number.POSITIVE_INFINITY)
310 chapter11/11.13/11.13.1/11.13.1-4-18-s: FAIL 330 chapter11/11.13/11.13.1/11.13.1-4-18-s: FAIL
311 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.E) 331 # simple assignment throws TypeError if LeftHandSide is a readonly property
332 # in strict mode (Math.E)
312 chapter11/11.13/11.13.1/11.13.1-4-19-s: FAIL 333 chapter11/11.13/11.13.1/11.13.1-4-19-s: FAIL
313 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.LN10) 334 # simple assignment throws TypeError if LeftHandSide is a readonly property
335 # in strict mode (Math.LN10)
314 chapter11/11.13/11.13.1/11.13.1-4-20-s: FAIL 336 chapter11/11.13/11.13.1/11.13.1-4-20-s: FAIL
315 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.LN2) 337 # simple assignment throws TypeError if LeftHandSide is a readonly property
338 # in strict mode (Math.LN2)
316 chapter11/11.13/11.13.1/11.13.1-4-21-s: FAIL 339 chapter11/11.13/11.13.1/11.13.1-4-21-s: FAIL
317 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.LOG2E) 340 # simple assignment throws TypeError if LeftHandSide is a readonly property
341 # in strict mode (Math.LOG2E)
318 chapter11/11.13/11.13.1/11.13.1-4-22-s: FAIL 342 chapter11/11.13/11.13.1/11.13.1-4-22-s: FAIL
319 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.LOG10E) 343 # simple assignment throws TypeError if LeftHandSide is a readonly property
344 # in strict mode (Math.LOG10E)
320 chapter11/11.13/11.13.1/11.13.1-4-23-s: FAIL 345 chapter11/11.13/11.13.1/11.13.1-4-23-s: FAIL
321 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.PI) 346 # simple assignment throws TypeError if LeftHandSide is a readonly property
347 # in strict mode (Math.PI)
322 chapter11/11.13/11.13.1/11.13.1-4-24-s: FAIL 348 chapter11/11.13/11.13.1/11.13.1-4-24-s: FAIL
323 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.SQRT1_2) 349 # simple assignment throws TypeError if LeftHandSide is a readonly property
350 # in strict mode (Math.SQRT1_2)
324 chapter11/11.13/11.13.1/11.13.1-4-25-s: FAIL 351 chapter11/11.13/11.13.1/11.13.1-4-25-s: FAIL
325 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Math.SQRT2) 352 # simple assignment throws TypeError if LeftHandSide is a readonly property
353 # in strict mode (Math.SQRT2)
326 chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL 354 chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL
327 # simple assignment throws TypeError if LeftHandSide is a readonly property in s trict mode (Global.undefined) 355 # simple assignment throws TypeError if LeftHandSide is a readonly property
356 # in strict mode (Global.undefined)
328 chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL 357 chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL
329 358
330 # delete operator throws TypeError when deleting a non-configurable data propert y in strict mode 359 # delete operator throws TypeError when deleting a non-configurable data
360 # property in strict mode
331 chapter11/11.4/11.4.1/11.4.1-4.a-3-s: FAIL 361 chapter11/11.4/11.4.1/11.4.1-4.a-3-s: FAIL
332 # delete operator throws TypeError when when deleting a non-configurable data pr operty in strict mode (Global.NaN) 362 # delete operator throws TypeError when when deleting a non-configurable
363 # data property in strict mode (Global.NaN)
333 chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL 364 chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL
334 # delete operator throws TypeError when deleting a non-configurable data propert y in strict mode (Math.LN2) 365 # delete operator throws TypeError when deleting a non-configurable data
366 # property in strict mode (Math.LN2)
335 chapter11/11.4/11.4.1/11.4.1-4.a-9-s: FAIL 367 chapter11/11.4/11.4.1/11.4.1-4.a-9-s: FAIL
336 368
337 # delete operator throws ReferenceError when deleting a direct reference to a va r in strict mode 369 # delete operator throws ReferenceError when deleting a direct reference
370 # to a var in strict mode
338 chapter11/11.4/11.4.1/11.4.1-5-1-s: FAIL 371 chapter11/11.4/11.4.1/11.4.1-5-1-s: FAIL
339 # delete operator throws ReferenceError when deleting a direct reference to a fu nction argument in strict mode 372 # delete operator throws ReferenceError when deleting a direct reference
373 # to a function argument in strict mode
340 chapter11/11.4/11.4.1/11.4.1-5-2-s: FAIL 374 chapter11/11.4/11.4.1/11.4.1-5-2-s: FAIL
341 # delete operator throws ReferenceError when deleting a direct reference to a fu nction name in strict mode 375 # delete operator throws ReferenceError when deleting a direct reference
376 # to a function name in strict mode
342 chapter11/11.4/11.4.1/11.4.1-5-3-s: FAIL 377 chapter11/11.4/11.4.1/11.4.1-5-3-s: FAIL
343 # delete operator throws SyntaxError when deleting a direct reference to a funct ion argument(object) in strict mode 378 # delete operator throws SyntaxError when deleting a direct reference
379 # to a function argument(object) in strict mode
344 chapter11/11.4/11.4.1/11.4.1-5-4-s: FAIL 380 chapter11/11.4/11.4.1/11.4.1-5-4-s: FAIL
345 381
346 # eval - a function declaring a var named 'eval' throws EvalError in strict mode 382 # eval - a function declaring a var named 'eval' throws EvalError in strict mode
347 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 383 # Invalid test case. SyntaxError should be expected instead of EvalError.
348 chapter12/12.2/12.2.1/12.2.1-1-s: FAIL 384 chapter12/12.2/12.2.1/12.2.1-1-s: FAIL
349 # eval - a function assigning into 'eval' throws EvalError in strict mode 385 # eval - a function assigning into 'eval' throws EvalError in strict mode
350 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 386 # Invalid test case. SyntaxError should be expected instead of EvalError.
351 chapter12/12.2/12.2.1/12.2.1-2-s: FAIL 387 chapter12/12.2/12.2.1/12.2.1-2-s: FAIL
352 # eval - a function expr declaring a var named 'eval' throws EvalError in strict mode 388 # eval - a function expr declaring a var named 'eval' throws EvalError
353 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 389 # in strict mode
390 # Invalid test case. SyntaxError should be expected instead of EvalError.
354 chapter12/12.2/12.2.1/12.2.1-3-s: FAIL 391 chapter12/12.2/12.2.1/12.2.1-3-s: FAIL
355 # eval - a function expr assigning into 'eval' throws a EvalError in strict mode 392 # eval - a function expr assigning into 'eval' throws a EvalError in strict mode
356 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 393 # Invalid test case. SyntaxError should be expected instead of EvalError.
357 chapter12/12.2/12.2.1/12.2.1-4-s: FAIL 394 chapter12/12.2/12.2.1/12.2.1-4-s: FAIL
358 # eval - a Function declaring var named 'eval' throws EvalError in strict mode 395 # eval - a Function declaring var named 'eval' throws EvalError in strict mode
359 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 396 # Invalid test case. SyntaxError should be expected instead of EvalError.
360 chapter12/12.2/12.2.1/12.2.1-5-s: FAIL 397 chapter12/12.2/12.2.1/12.2.1-5-s: FAIL
361 # eval - a Function assigning into 'eval' throws EvalError in strict mode 398 # eval - a Function assigning into 'eval' throws EvalError in strict mode
362 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 399 # Invalid test case. SyntaxError should be expected instead of EvalError.
363 chapter12/12.2/12.2.1/12.2.1-6-s: FAIL 400 chapter12/12.2/12.2.1/12.2.1-6-s: FAIL
364 # eval - a direct eval declaring a var named 'eval' throws EvalError in strict m ode 401 # eval - a direct eval declaring a var named 'eval' throws EvalError
365 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 402 # in strict mode
403 # Invalid test case. SyntaxError should be expected instead of EvalError.
366 chapter12/12.2/12.2.1/12.2.1-7-s: FAIL 404 chapter12/12.2/12.2.1/12.2.1-7-s: FAIL
367 # eval - a direct eval assigning into 'eval' throws EvalError in strict mode 405 # eval - a direct eval assigning into 'eval' throws EvalError in strict mode
368 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 406 # Invalid test case. SyntaxError should be expected instead of EvalError.
369 chapter12/12.2/12.2.1/12.2.1-8-s: FAIL 407 chapter12/12.2/12.2.1/12.2.1-8-s: FAIL
370 # eval - an indirect eval declaring a var named 'eval' throws EvalError in stric t mode 408 # eval - an indirect eval declaring a var named 'eval' throws EvalError
371 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 409 # in strict mode
410 # Invalid test case. SyntaxError should be expected instead of EvalError.
372 chapter12/12.2/12.2.1/12.2.1-9-s: FAIL 411 chapter12/12.2/12.2.1/12.2.1-9-s: FAIL
373 # eval - an indirect eval assigning into 'eval' throws EvalError in strict mode 412 # eval - an indirect eval assigning into 'eval' throws EvalError in strict mode
374 # EvalError - incorrect test (SyntaxError should be expected instead of EvalErro r) 413 # Invalid test case. SyntaxError should be expected instead of EvalError.
375 chapter12/12.2/12.2.1/12.2.1-10-s: FAIL 414 chapter12/12.2/12.2.1/12.2.1-10-s: FAIL
376 415
377 # SyntaxError if eval used as function identifier in function declaration with s trict body 416 # SyntaxError if eval used as function identifier in function declaration
378 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 417 # with strict body
418 # Test fails to return true on success (invalid test case).
379 chapter13/13.1/13.1-3-3-s: FAIL 419 chapter13/13.1/13.1-3-3-s: FAIL
380 # SyntaxError if eval used as function identifier in function expression with st rict body 420 # SyntaxError if eval used as function identifier in function expression
381 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 421 # with strict body
422 # Test fails to return true on success (invalid test case).
382 chapter13/13.1/13.1-3-4-s: FAIL 423 chapter13/13.1/13.1-3-4-s: FAIL
383 # SyntaxError if eval used as function identifier in function declaration in str ict code 424 # SyntaxError if eval used as function identifier in function declaration
384 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 425 # in strict code
426 # Test fails to return true on success (invalid test case).
385 chapter13/13.1/13.1-3-5-s: FAIL 427 chapter13/13.1/13.1-3-5-s: FAIL
386 # SyntaxError if eval used as function identifier in function expression in stri ct code 428 # SyntaxError if eval used as function identifier in function expression
387 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 429 # in strict code
430 # Test fails to return true on success (invalid test case).
388 chapter13/13.1/13.1-3-6-s: FAIL 431 chapter13/13.1/13.1-3-6-s: FAIL
389 # SyntaxError if arguments used as function identifier in function declaration w ith strict body 432 # SyntaxError if arguments used as function identifier in function declaration
390 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 433 # with strict body
434 # Test fails to return true on success (invalid test case).
391 chapter13/13.1/13.1-3-9-s: FAIL 435 chapter13/13.1/13.1-3-9-s: FAIL
392 # SyntaxError if arguments used as function identifier in function expression wi th strict body 436 # SyntaxError if arguments used as function identifier in function expression
393 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 437 # with strict body
438 # Test fails to return true on success (invalid test case).
394 chapter13/13.1/13.1-3-10-s: FAIL 439 chapter13/13.1/13.1-3-10-s: FAIL
395 # SyntaxError if arguments used as function identifier in function declaration i n strict code 440 # SyntaxError if arguments used as function identifier in function declaration
396 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 441 # in strict code
442 # Test fails to return true on success (invalid test case).
397 chapter13/13.1/13.1-3-11-s: FAIL 443 chapter13/13.1/13.1-3-11-s: FAIL
398 # SyntaxError if arguments used as function identifier in function expression in strict code 444 # SyntaxError if arguments used as function identifier in function expression
399 # test uses implicit return (which doesn't seem to work in v8 or safari jsc) 445 # in strict code
446 # Test fails to return true on success (invalid test case).
400 chapter13/13.1/13.1-3-12-s: FAIL 447 chapter13/13.1/13.1-3-12-s: FAIL
401 448
402 # 'use strict' directive - correct usage 449 # 'use strict' directive - correct usage
403 # depends on "this is not coerced to an object in strict mode (undefined)" 450 # depends on "this is not coerced to an object in strict mode (undefined)"
404 chapter14/14.1/14.1-1-s: FAIL 451 chapter14/14.1/14.1-1-s: FAIL
405 # "use strict" directive - correct usage double quotes 452 # "use strict" directive - correct usage double quotes
406 # depends on "this is not coerced to an object in strict mode (undefined)" 453 # depends on "this is not coerced to an object in strict mode (undefined)"
407 chapter14/14.1/14.1-2-s: FAIL 454 chapter14/14.1/14.1-2-s: FAIL
408 # 'use strict' directive - may follow other directives 455 # 'use strict' directive - may follow other directives
409 # depends on "this is not coerced to an object in strict mode (undefined)" 456 # depends on "this is not coerced to an object in strict mode (undefined)"
(...skipping 13 matching lines...) Expand all
423 # semicolon insertion works for'use strict' directive 470 # semicolon insertion works for'use strict' directive
424 # depends on "this is not coerced to an object in strict mode (undefined)" 471 # depends on "this is not coerced to an object in strict mode (undefined)"
425 chapter14/14.1/14.1-13-s: FAIL 472 chapter14/14.1/14.1-13-s: FAIL
426 # semicolon insertion may come before 'use strict' directive 473 # semicolon insertion may come before 'use strict' directive
427 # depends on "this is not coerced to an object in strict mode (undefined)" 474 # depends on "this is not coerced to an object in strict mode (undefined)"
428 chapter14/14.1/14.1-14-s: FAIL 475 chapter14/14.1/14.1-14-s: FAIL
429 # blank lines may come before 'use strict' directive 476 # blank lines may come before 'use strict' directive
430 # depends on "this is not coerced to an object in strict mode (undefined)" 477 # depends on "this is not coerced to an object in strict mode (undefined)"
431 chapter14/14.1/14.1-15-s: FAIL 478 chapter14/14.1/14.1-15-s: FAIL
432 479
433 # Duplicate combined parameter name allowed in Function constructor called in st rict mode if body not strict 480 # Duplicate combined parameter name allowed in Function constructor called
434 # Invalid test case per ECMA-262 5th Edition, 10.1.1, bullet 4 481 # in strict mode if body not strict
482 # Test fails to return true on success (invalid test case).
435 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 483 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
436 484
437 # Array.prototype.every - thisArg not passed to strict callbackfn 485 # Array.prototype.every - thisArg not passed to strict callbackfn
438 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s: FAIL 486 chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s: FAIL
439 # Array.prototype.some - thisArg not passed to strict callbackfn 487 # Array.prototype.some - thisArg not passed to strict callbackfn
440 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s: FAIL 488 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s: FAIL
441 # Array.prototype.forEach - thisArg not passed to strict callbackfn 489 # Array.prototype.forEach - thisArg not passed to strict callbackfn
442 chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s: FAIL 490 chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s: FAIL
443 # Array.prototype.map - thisArg not passed to strict callbackfn 491 # Array.prototype.map - thisArg not passed to strict callbackfn
444 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL 492 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL
445 # Array.prototype.filter - thisArg not passed to strict callbackfn 493 # Array.prototype.filter - thisArg not passed to strict callbackfn
446 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL 494 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL
447 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 495 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
448 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 496 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
449 497
450 [ $arch == mips ] 498 [ $arch == mips ]
451 499
452 # Skip all tests on MIPS. 500 # Skip all tests on MIPS.
453 *: SKIP 501 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698