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

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

Issue 873823003: Move object literal checking into checker classes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix assert Created 5 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
« no previous file with comments | « test/mjsunit/strict-mode.js ('k') | test/test262/test262.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 # Array.from 72 # Array.from
73 'S22.1.2.1_T1': [FAIL], 73 'S22.1.2.1_T1': [FAIL],
74 'S22.1.2.1_T2': [FAIL], 74 'S22.1.2.1_T2': [FAIL],
75 75
76 # Direct proxies 76 # Direct proxies
77 'Array.prototype.find_callable-predicate': [FAIL], 77 'Array.prototype.find_callable-predicate': [FAIL],
78 78
79 ######################## OBSOLETED BY ES6 ########################### 79 ######################## OBSOLETED BY ES6 ###########################
80 80
81 # ES6 allows duplicate properties 81 # ES6 allows duplicate properties
82 # TODO(arv): Reactivate when check removal has relanded. 82 '11.1.5-4-4-a-1-s': [FAIL],
83 # '11.1.5-4-4-a-1-s': [FAIL], 83 '11.1.5_4-4-b-1': [FAIL],
84 # '11.1.5_4-4-b-1': [FAIL], 84 '11.1.5_4-4-b-2': [FAIL],
85 # '11.1.5_4-4-b-2': [FAIL], 85 '11.1.5_4-4-c-1': [FAIL],
86 # '11.1.5_4-4-c-1': [FAIL], 86 '11.1.5_4-4-c-2': [FAIL],
87 # '11.1.5_4-4-c-2': [FAIL], 87 '11.1.5_4-4-d-1': [FAIL],
88 # '11.1.5_4-4-d-1': [FAIL], 88 '11.1.5_4-4-d-2': [FAIL],
89 # '11.1.5_4-4-d-2': [FAIL], 89 '11.1.5_4-4-d-3': [FAIL],
90 # '11.1.5_4-4-d-3': [FAIL], 90 '11.1.5_4-4-d-4': [FAIL],
91 # '11.1.5_4-4-d-4': [FAIL],
92 91
93 # ES6 does ToObject for Object.prototype.getOwnPropertyNames 92 # ES6 does ToObject for Object.prototype.getOwnPropertyNames
94 '15.2.3.4-1': [FAIL], 93 '15.2.3.4-1': [FAIL],
95 '15.2.3.4-1-4': [FAIL], 94 '15.2.3.4-1-4': [FAIL],
96 '15.2.3.4-1-5': [FAIL], 95 '15.2.3.4-1-5': [FAIL],
97 96
98 # ES6 allows block-local functions. 97 # ES6 allows block-local functions.
99 'Sbp_A1_T1': [FAIL], 98 'Sbp_A1_T1': [FAIL],
100 'Sbp_A2_T1': [FAIL], 99 'Sbp_A2_T1': [FAIL],
101 'Sbp_A2_T2': [FAIL], 100 'Sbp_A2_T2': [FAIL],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 195
197 # BUG(3251225): Tests that timeout with --nocrankshaft. 196 # BUG(3251225): Tests that timeout with --nocrankshaft.
198 'S15.1.3.1_A2.4_T1': [SKIP], 197 'S15.1.3.1_A2.4_T1': [SKIP],
199 'S15.1.3.1_A2.5_T1': [SKIP], 198 'S15.1.3.1_A2.5_T1': [SKIP],
200 'S15.1.3.2_A2.4_T1': [SKIP], 199 'S15.1.3.2_A2.4_T1': [SKIP],
201 'S15.1.3.2_A2.5_T1': [SKIP], 200 'S15.1.3.2_A2.5_T1': [SKIP],
202 'S15.1.3.3_A2.3_T1': [SKIP], 201 'S15.1.3.3_A2.3_T1': [SKIP],
203 'S15.1.3.4_A2.3_T1': [SKIP], 202 'S15.1.3.4_A2.3_T1': [SKIP],
204 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 203 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
205 ] 204 ]
OLDNEW
« no previous file with comments | « test/mjsunit/strict-mode.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698