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/test262-es6/test262-es6.status

Issue 1227093005: Fix uses of eval() with non-string arguments under nosnap/--use-strict (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Undo reordering Created 5 years, 5 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
« no previous file with comments | « src/preparser.cc ('k') | 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 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'intl402/12.1.1_a': [FAIL], 706 'intl402/12.1.1_a': [FAIL],
707 'intl402/12.1.2': [PASS, FAIL], 707 'intl402/12.1.2': [PASS, FAIL],
708 'intl402/12.1.2.1_4': [FAIL], 708 'intl402/12.1.2.1_4': [FAIL],
709 'intl402/12.3.2_FDT_7_a_iv': [FAIL], 709 'intl402/12.3.2_FDT_7_a_iv': [FAIL],
710 'intl402/12.3.3': [FAIL], 710 'intl402/12.3.3': [FAIL],
711 'intl402/12.3_a': [FAIL], 711 'intl402/12.3_a': [FAIL],
712 'intl402/13.1.1_7': [PASS, FAIL], 712 'intl402/13.1.1_7': [PASS, FAIL],
713 'intl402/13.2.1_5': [PASS, FAIL], 713 'intl402/13.2.1_5': [PASS, FAIL],
714 'intl402/13.3.0_7': [PASS, FAIL], 714 'intl402/13.3.0_7': [PASS, FAIL],
715 715
716 # These tests fail in nosnap in strict mode
717 # https://code.google.com/p/v8/issues/detail?id=4198
718 'built-ins/String/S15.5.1.1_A1_T6': [PASS, FAIL_OK],
719 'built-ins/eval/S15.1.2.1_A1.1_T1': [PASS, FAIL_OK],
720 'built-ins/eval/S15.1.2.1_A1.1_T2': [PASS, FAIL_OK],
721 'built-ins/eval/S15.1.2.1_A4.3': [PASS, FAIL_OK],
722 'built-ins/eval/S15.1.2.1_A4.4': [PASS, FAIL_OK],
723 'language/eval-code/10.4.2-1-1': [PASS, FAIL_OK],
724 'language/eval-code/10.4.2-1-2': [PASS, FAIL_OK],
725 'language/eval-code/10.4.2-1-3': [PASS, FAIL_OK],
726 'language/eval-code/10.4.2-1-5': [PASS, FAIL_OK],
727 'language/eval-code/S10.4.2.1_A1': [PASS, FAIL_OK],
728 'language/function-code/10.4.3-1-19-s': [PASS, FAIL_OK],
729 'language/function-code/10.4.3-1-19gs': [PASS, FAIL_OK],
730 'language/function-code/10.4.3-1-20-s': [PASS, FAIL_OK],
731 'language/function-code/10.4.3-1-20gs': [PASS, FAIL_OK],
732 'language/statements/variable/12.2.1-10-s': [PASS, FAIL_OK],
733 'language/statements/variable/12.2.1-20-s': [PASS, FAIL_OK],
734 'language/statements/variable/12.2.1-21-s': [PASS, FAIL_OK],
735 'language/statements/variable/12.2.1-9-s': [PASS, FAIL_OK],
736
737 ##################### DELIBERATE INCOMPATIBILITIES ##################### 716 ##################### DELIBERATE INCOMPATIBILITIES #####################
738 717
739 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) 718 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
740 719
741 # Linux for ia32 (and therefore simulators) default to extended 80 bit 720 # Linux for ia32 (and therefore simulators) default to extended 80 bit
742 # floating point formats, so these tests checking 64-bit FP precision fail. 721 # floating point formats, so these tests checking 64-bit FP precision fail.
743 # The other platforms/arch's pass these tests. 722 # The other platforms/arch's pass these tests.
744 # We follow the other major JS engines by keeping this default. 723 # We follow the other major JS engines by keeping this default.
745 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], 724 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
746 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], 725 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 780
802 # BUG(3251225): Tests that timeout with --nocrankshaft. 781 # BUG(3251225): Tests that timeout with --nocrankshaft.
803 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 782 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
804 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 783 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
805 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 784 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
806 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 785 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
807 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 786 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
808 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 787 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
809 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 788 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
810 ] 789 ]
OLDNEW
« no previous file with comments | « src/preparser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698