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

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

Issue 1065983002: Disabled failing tests after 2d281e71ac49. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_graph-builder-interrupt
Patch Set: Created 5 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
« no previous file with comments | « test/test262-es6/test262-es6.status ('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 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 14 matching lines...) Expand all
25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 28
29 [ 29 [
30 [ALWAYS, { 30 [ALWAYS, {
31 ############################### BUGS ################################### 31 ############################### BUGS ###################################
32 32
33 '15.5.4.9_CE': [['no_i18n', SKIP]], 33 '15.5.4.9_CE': [['no_i18n', SKIP]],
34 34
35 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix!
36 'S9.3_A4.1_T2': [PASS, NO_VARIANTS],
37
35 # BUG(v8:3455) 38 # BUG(v8:3455)
36 '11.2.3_b': [FAIL], 39 '11.2.3_b': [FAIL],
37 '12.2.3_b': [FAIL], 40 '12.2.3_b': [FAIL],
38 41
39 ############################### ES6 ################################### 42 ############################### ES6 ###################################
40 # ES6 allows block-local functions. 43 # ES6 allows block-local functions.
41 'Sbp_A1_T1': [PASS, FAIL_OK], 44 'Sbp_A1_T1': [PASS, FAIL_OK],
42 'Sbp_A2_T1': [PASS, FAIL_OK], 45 'Sbp_A2_T1': [PASS, FAIL_OK],
43 'Sbp_A2_T2': [PASS, FAIL_OK], 46 'Sbp_A2_T2': [PASS, FAIL_OK],
44 'Sbp_A3_T1': [PASS, FAIL_OK], 47 'Sbp_A3_T1': [PASS, FAIL_OK],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 294
292 # BUG(3251225): Tests that timeout with --nocrankshaft. 295 # BUG(3251225): Tests that timeout with --nocrankshaft.
293 'S15.1.3.1_A2.4_T1': [SKIP], 296 'S15.1.3.1_A2.4_T1': [SKIP],
294 'S15.1.3.1_A2.5_T1': [SKIP], 297 'S15.1.3.1_A2.5_T1': [SKIP],
295 'S15.1.3.2_A2.4_T1': [SKIP], 298 'S15.1.3.2_A2.4_T1': [SKIP],
296 'S15.1.3.2_A2.5_T1': [SKIP], 299 'S15.1.3.2_A2.5_T1': [SKIP],
297 'S15.1.3.3_A2.3_T1': [SKIP], 300 'S15.1.3.3_A2.3_T1': [SKIP],
298 'S15.1.3.4_A2.3_T1': [SKIP], 301 'S15.1.3.4_A2.3_T1': [SKIP],
299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 302 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
300 ] 303 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698