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

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

Issue 7237027: Updated test expectations of future reserved keyword tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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 | test/sputnik/sputnik.status » ('j') | 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 524
525 525
526 # The length of Error functions is 1 not 3. 526 # The length of Error functions is 1 not 3.
527 js1_5/Exceptions/regress-123002: FAIL_OK 527 js1_5/Exceptions/regress-123002: FAIL_OK
528 528
529 529
530 # Reserved keywords as function names, etc is not supported. 530 # Reserved keywords as function names, etc is not supported.
531 js1_5/LexicalConventions/regress-343675: FAIL_OK 531 js1_5/LexicalConventions/regress-343675: FAIL_OK
532 532
533 533
534 # Tests if future reserved keywords of ECMA-262, edition 3 emit warnings. We
535 # implement the edition 5 behaviour and fail on use of edition 5 future reserved
536 # keywords as identifiers.
537 js1_5/Regress/regress-240317: FAIL_OK
538
539
534 # Unsupported list comprehensions: [ ... for ... ] and for each. 540 # Unsupported list comprehensions: [ ... for ... ] and for each.
535 js1_5/Regress/regress-352009: FAIL_OK 541 js1_5/Regress/regress-352009: FAIL_OK
536 js1_5/Regress/regress-349648: FAIL_OK 542 js1_5/Regress/regress-349648: FAIL_OK
537 543
538 544
539 # Expects top level arguments (passed on command line?) to be 545 # Expects top level arguments (passed on command line?) to be
540 # the empty string? 546 # the empty string?
541 js1_5/Regress/regress-336100: FAIL_OK 547 js1_5/Regress/regress-336100: FAIL_OK
542 548
543 549
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 # This section is for tests that fail in V8 and pass in JSC. 589 # This section is for tests that fail in V8 and pass in JSC.
584 # Tests that fail in both V8 and JSC belong in the FAIL_OK 590 # Tests that fail in both V8 and JSC belong in the FAIL_OK
585 # category. 591 # category.
586 592
587 # This fails because we don't handle Function.prototype.apply with very large 593 # This fails because we don't handle Function.prototype.apply with very large
588 # numbers of arguments (depending on max stack size). 350256-02 needs more than 594 # numbers of arguments (depending on max stack size). 350256-02 needs more than
589 # 4Mbytes of stack space. 595 # 4Mbytes of stack space.
590 js1_5/Array/regress-350256-02: FAIL 596 js1_5/Array/regress-350256-02: FAIL
591 597
592 598
593 # 'export' and 'import' are not keywords in V8.
594 ecma_2/Exceptions/lexical-010: FAIL
595 ecma_2/Exceptions/lexical-022: FAIL
596
597
598 # Requires Mozilla-specific strict mode.
599 ecma_2/Exceptions/lexical-011: FAIL
600 ecma_2/Exceptions/lexical-014: FAIL
601 ecma_2/Exceptions/lexical-016: FAIL
602 ecma_2/Exceptions/lexical-021: FAIL
603 ecma_2/LexicalConventions/keywords-001: FAIL
604 js1_5/Regress/regress-306633: FAIL
605
606
607 # This test seems designed to fail (it produces a 700Mbyte string). 599 # This test seems designed to fail (it produces a 700Mbyte string).
608 # We fail on out of memory. The important thing is not to crash. 600 # We fail on out of memory. The important thing is not to crash.
609 js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug 601 js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug
610 602
611 # This test fails since we now throw in String.prototype.match when apply 603 # This test fails since we now throw in String.prototype.match when apply
612 # is given null or undefined as this argument (and so does firefox nightly). 604 # is given null or undefined as this argument (and so does firefox nightly).
613 js1_5/Regress/regress-295052: FAIL 605 js1_5/Regress/regress-295052: FAIL
614 606
615 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. 607 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing.
616 ecma_3/String/15.5.4.11: FAIL 608 ecma_3/String/15.5.4.11: FAIL
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 ecma/Date/15.9.5.12-2: SKIP 851 ecma/Date/15.9.5.12-2: SKIP
860 ecma/Date/15.9.5.8: SKIP 852 ecma/Date/15.9.5.8: SKIP
861 ecma/Date/15.9.5.9: SKIP 853 ecma/Date/15.9.5.9: SKIP
862 ecma/Date/15.9.5.11-2: SKIP 854 ecma/Date/15.9.5.11-2: SKIP
863 ecma/Expressions/11.7.2: SKIP 855 ecma/Expressions/11.7.2: SKIP
864 ecma/Expressions/11.10-2: SKIP 856 ecma/Expressions/11.10-2: SKIP
865 ecma/Expressions/11.7.3: SKIP 857 ecma/Expressions/11.7.3: SKIP
866 ecma/Expressions/11.10-3: SKIP 858 ecma/Expressions/11.10-3: SKIP
867 ecma/Expressions/11.7.1: SKIP 859 ecma/Expressions/11.7.1: SKIP
868 ecma_3/RegExp/regress-209067: SKIP 860 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « no previous file | test/sputnik/sputnik.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698