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

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

Issue 1413123004: Reland "Use C++ implementation of Object.definePropert{y,ies}" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixes for access checks and interceptors Created 5 years, 2 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 | « test/cctest/test-api.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 15 matching lines...) Expand all
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29 [ALWAYS, { 29 [ALWAYS, {
30 ############################### BUGS ################################### 30 ############################### BUGS ###################################
31 31
32 # BUG(v8:3455) 32 # BUG(v8:3455)
33 'intl402/11.2.3_b': [FAIL], 33 'intl402/11.2.3_b': [FAIL],
34 'intl402/12.2.3_b': [FAIL], 34 'intl402/12.2.3_b': [FAIL],
35 35
36 # BUG(v8:4267)
37 'built-ins/Object/defineProperties/15.2.3.7-6-a-112': [FAIL],
38 'built-ins/Object/defineProperties/15.2.3.7-6-a-113': [FAIL],
39 'built-ins/Object/defineProperties/15.2.3.7-6-a-164': [FAIL],
40 'built-ins/Object/defineProperties/15.2.3.7-6-a-165': [FAIL],
41 'built-ins/Object/defineProperties/15.2.3.7-6-a-166': [FAIL],
42 'built-ins/Object/defineProperties/15.2.3.7-6-a-168': [FAIL],
43 'built-ins/Object/defineProperties/15.2.3.7-6-a-169': [FAIL],
44 'built-ins/Object/defineProperties/15.2.3.7-6-a-170': [FAIL],
45 'built-ins/Object/defineProperties/15.2.3.7-6-a-172': [FAIL],
46 'built-ins/Object/defineProperties/15.2.3.7-6-a-173': [FAIL],
47 'built-ins/Object/defineProperties/15.2.3.7-6-a-175': [FAIL],
48 'built-ins/Object/defineProperties/15.2.3.7-6-a-176': [FAIL],
49 'built-ins/Object/defineProperty/15.2.3.6-4-116': [FAIL],
50 'built-ins/Object/defineProperty/15.2.3.6-4-117': [FAIL],
51 'built-ins/Object/defineProperty/15.2.3.6-4-168': [FAIL],
52 'built-ins/Object/defineProperty/15.2.3.6-4-169': [FAIL],
53 'built-ins/Object/defineProperty/15.2.3.6-4-170': [FAIL],
54 'built-ins/Object/defineProperty/15.2.3.6-4-172': [FAIL],
55 'built-ins/Object/defineProperty/15.2.3.6-4-173': [FAIL],
56 'built-ins/Object/defineProperty/15.2.3.6-4-174': [FAIL],
57 'built-ins/Object/defineProperty/15.2.3.6-4-176': [FAIL],
58 'built-ins/Object/defineProperty/15.2.3.6-4-177': [FAIL],
59
60 # Unicode canonicalization is not available with i18n turned off. 36 # Unicode canonicalization is not available with i18n turned off.
61 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], 37 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]],
62 38
63 ###################### NEEDS INVESTIGATION ####################### 39 ###################### NEEDS INVESTIGATION #######################
64 40
65 # Possibly same cause as S8.5_A2.1, below: floating-point tests. 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests.
66 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], 42 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK],
67 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], 43 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK],
68 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], 44 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK],
69 45
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 815
840 # BUG(3251225): Tests that timeout with --nocrankshaft. 816 # BUG(3251225): Tests that timeout with --nocrankshaft.
841 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 817 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
842 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 818 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
843 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 819 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
844 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 820 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
845 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 821 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
846 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 822 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
847 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 823 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
848 ] 824 ]
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698