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

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

Issue 2685183003: [regexp] Sticky handling in fast slow path (Closed)
Patch Set: Revert "Remove custom ToUint32" Created 3 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
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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 655
656 # This section is for tests that fail in V8 and pass in JSC. 656 # This section is for tests that fail in V8 and pass in JSC.
657 # Tests that fail in both V8 and JSC belong in the FAIL_OK 657 # Tests that fail in both V8 and JSC belong in the FAIL_OK
658 # category. 658 # category.
659 659
660 # This fails because we don't handle Function.prototype.apply with very large 660 # This fails because we don't handle Function.prototype.apply with very large
661 # numbers of arguments (depending on max stack size). 350256-02 needs more 661 # numbers of arguments (depending on max stack size). 350256-02 needs more
662 # than 4Mbytes of stack space. 662 # than 4Mbytes of stack space.
663 'js1_5/Array/regress-350256-02': [FAIL], 663 'js1_5/Array/regress-350256-02': [FAIL],
664 664
665
666 # This test seems designed to fail (it produces a 700Mbyte string). 665 # This test seems designed to fail (it produces a 700Mbyte string).
667 # We fail on out of memory. The important thing is not to crash. 666 # We fail on out of memory. The important thing is not to crash.
668 'js1_5/Regress/regress-303213': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS] ], 667 'js1_5/Regress/regress-303213': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS] ],
669 668
670 # This test fails since we now throw in String.prototype.match when apply 669 # This test fails since we now throw in String.prototype.match when apply
671 # is given null or undefined as this argument (and so does firefox nightly). 670 # is given null or undefined as this argument (and so does firefox nightly).
672 'js1_5/Regress/regress-295052': [FAIL], 671 'js1_5/Regress/regress-295052': [FAIL],
673 672
674 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing.
675 'ecma_3/String/15.5.4.11': [FAIL],
676
677 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 673 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
678 # Marked as: Will not fix. V8 throws an acceptable RangeError. 674 # Marked as: Will not fix. V8 throws an acceptable RangeError.
679 'js1_5/Expressions/regress-394673': [FAIL], 675 'js1_5/Expressions/regress-394673': [FAIL],
680 676
681
682 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 677 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762
683 # We do not correctly handle assignments within "with" 678 # We do not correctly handle assignments within "with"
684 'ecma_3/Statements/12.10-01': [FAIL], 679 'ecma_3/Statements/12.10-01': [FAIL],
685 680
686 ##################### MOZILLA EXTENSION TESTS ##################### 681 ##################### MOZILLA EXTENSION TESTS #####################
687 682
688 'ecma/extensions/15.1.2.1-1': [FAIL_OK], 683 'ecma/extensions/15.1.2.1-1': [FAIL_OK],
689 'ecma_3/extensions/regress-385393-03': [FAIL_OK], 684 'ecma_3/extensions/regress-385393-03': [FAIL_OK],
690 'ecma_3/extensions/7.9.1': [FAIL_OK], 685 'ecma_3/extensions/7.9.1': [FAIL_OK],
691 'js1_5/extensions/catchguard-001': [FAIL_OK], 686 'js1_5/extensions/catchguard-001': [FAIL_OK],
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 992
998 ['variant == asm_wasm', { 993 ['variant == asm_wasm', {
999 '*': [SKIP], 994 '*': [SKIP],
1000 }], # variant == asm_wasm 995 }], # variant == asm_wasm
1001 996
1002 ['variant == wasm_traps', { 997 ['variant == wasm_traps', {
1003 '*': [SKIP], 998 '*': [SKIP],
1004 }], # variant == wasm_traps 999 }], # variant == wasm_traps
1005 1000
1006 ] 1001 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698