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

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

Issue 9490006: Fix illegal escape-sequences to throw syntax errors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Erik Corry. Created 8 years, 8 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 | « test/mjsunit/compiler/literals.js ('k') | 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 585
586 # Cannot call strings as functions. Expects not to crash. 586 # Cannot call strings as functions. Expects not to crash.
587 js1_5/Regress/regress-417893: FAIL_OK 587 js1_5/Regress/regress-417893: FAIL_OK
588 588
589 589
590 # Unsupported use of "[]" as function parameter. We match JSC. 590 # Unsupported use of "[]" as function parameter. We match JSC.
591 js1_5/Regress/regress-416737-01: FAIL_OK 591 js1_5/Regress/regress-416737-01: FAIL_OK
592 js1_5/Regress/regress-416737-02: FAIL_OK 592 js1_5/Regress/regress-416737-02: FAIL_OK
593 593
594 594
595 # Illegal escape-sequences in string literals. Has already been fixed
596 # by most engines (i.e. V8, JSC, Opera and FF).
597 ecma/Array/15.4.5.1-1: FAIL_OK
598 ecma/LexicalConventions/7.7.4: FAIL_OK
599 ecma_2/RegExp/hex-001: FAIL_OK
600 js1_2/regexp/hexadecimal: FAIL_OK
601
602
595 ##################### FAILING TESTS ##################### 603 ##################### FAILING TESTS #####################
596 604
597 # This section is for tests that fail in V8 and pass in JSC. 605 # This section is for tests that fail in V8 and pass in JSC.
598 # Tests that fail in both V8 and JSC belong in the FAIL_OK 606 # Tests that fail in both V8 and JSC belong in the FAIL_OK
599 # category. 607 # category.
600 608
601 # This fails because we don't handle Function.prototype.apply with very large 609 # This fails because we don't handle Function.prototype.apply with very large
602 # numbers of arguments (depending on max stack size). 350256-02 needs more than 610 # numbers of arguments (depending on max stack size). 350256-02 needs more than
603 # 4Mbytes of stack space. 611 # 4Mbytes of stack space.
604 js1_5/Array/regress-350256-02: FAIL 612 js1_5/Array/regress-350256-02: FAIL
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 ecma/Date/15.9.5.12-2: SKIP 927 ecma/Date/15.9.5.12-2: SKIP
920 ecma/Date/15.9.5.8: SKIP 928 ecma/Date/15.9.5.8: SKIP
921 ecma/Date/15.9.5.9: SKIP 929 ecma/Date/15.9.5.9: SKIP
922 ecma/Date/15.9.5.11-2: SKIP 930 ecma/Date/15.9.5.11-2: SKIP
923 ecma/Expressions/11.7.2: SKIP 931 ecma/Expressions/11.7.2: SKIP
924 ecma/Expressions/11.10-2: SKIP 932 ecma/Expressions/11.10-2: SKIP
925 ecma/Expressions/11.7.3: SKIP 933 ecma/Expressions/11.7.3: SKIP
926 ecma/Expressions/11.10-3: SKIP 934 ecma/Expressions/11.10-3: SKIP
927 ecma/Expressions/11.7.1: SKIP 935 ecma/Expressions/11.7.1: SKIP
928 ecma_3/RegExp/regress-209067: SKIP 936 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/compiler/literals.js ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698