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

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

Issue 1178153004: [turbofan] Fix throwing conversion inserted by JSTypedLowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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 18 matching lines...) Expand all
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 # BUG(v8:3455) 35 # BUG(v8:3455)
36 '11.2.3_b': [FAIL], 36 '11.2.3_b': [FAIL],
37 '12.2.3_b': [FAIL], 37 '12.2.3_b': [FAIL],
38 38
39 # TODO(mstarzinger): The implicit JSToNumber and JSToString nodes inserted by
40 # JSTypedLowering are not properly connected to a surrounding exceptional
41 # continuation yet, hence exception are thrown out of the function body.
42 'S11.10.1_A2.2_T1': [PASS, NO_VARIANTS],
43 'S11.10.1_A2.3_T1': [PASS, NO_VARIANTS],
44 'S11.10.2_A2.2_T1': [PASS, NO_VARIANTS],
45 'S11.10.2_A2.3_T1': [PASS, NO_VARIANTS],
46 'S11.10.3_A2.2_T1': [PASS, NO_VARIANTS],
47 'S11.10.3_A2.3_T1': [PASS, NO_VARIANTS],
48 'S11.4.6_A2.2_T1': [PASS, NO_VARIANTS],
49 'S11.4.7_A2.2_T1': [PASS, NO_VARIANTS],
50 'S11.4.8_A2.2_T1': [PASS, NO_VARIANTS],
51 'S11.5.1_A2.2_T1': [PASS, NO_VARIANTS],
52 'S11.5.1_A2.3_T1': [PASS, NO_VARIANTS],
53 'S11.5.2_A2.2_T1': [PASS, NO_VARIANTS],
54 'S11.5.2_A2.3_T1': [PASS, NO_VARIANTS],
55 'S11.6.2_A2.2_T1': [PASS, NO_VARIANTS],
56 'S11.6.2_A2.3_T1': [PASS, NO_VARIANTS],
57 'S11.7.1_A2.2_T1': [PASS, NO_VARIANTS],
58 'S11.7.1_A2.3_T1': [PASS, NO_VARIANTS],
59 'S11.7.2_A2.2_T1': [PASS, NO_VARIANTS],
60 'S11.7.2_A2.3_T1': [PASS, NO_VARIANTS],
61 'S11.7.3_A2.2_T1': [PASS, NO_VARIANTS],
62 'S11.7.3_A2.3_T1': [PASS, NO_VARIANTS],
63 'S11.8.1_A2.2_T1': [PASS, NO_VARIANTS],
64 'S11.8.2_A2.2_T1': [PASS, NO_VARIANTS],
65 'S11.8.3_A2.2_T1': [PASS, NO_VARIANTS],
66 'S11.8.4_A2.2_T1': [PASS, NO_VARIANTS],
67 'S9.5_A3.1_T4': [PASS, NO_VARIANTS],
68 'S9.6_A3.1_T4': [PASS, NO_VARIANTS],
69 'S9.7_A3.1_T4': [PASS, NO_VARIANTS],
70
71 ############################### ES6 ################################### 39 ############################### ES6 ###################################
72 # ES6 allows block-local functions. 40 # ES6 allows block-local functions.
73 'Sbp_A1_T1': [PASS, FAIL_OK], 41 'Sbp_A1_T1': [PASS, FAIL_OK],
74 'Sbp_A2_T1': [PASS, FAIL_OK], 42 'Sbp_A2_T1': [PASS, FAIL_OK],
75 'Sbp_A2_T2': [PASS, FAIL_OK], 43 'Sbp_A2_T2': [PASS, FAIL_OK],
76 'Sbp_A3_T1': [PASS, FAIL_OK], 44 'Sbp_A3_T1': [PASS, FAIL_OK],
77 'Sbp_A3_T2': [PASS, FAIL_OK], 45 'Sbp_A3_T2': [PASS, FAIL_OK],
78 'Sbp_A4_T1': [PASS, FAIL_OK], 46 'Sbp_A4_T1': [PASS, FAIL_OK],
79 'Sbp_A4_T2': [PASS, FAIL_OK], 47 'Sbp_A4_T2': [PASS, FAIL_OK],
80 'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable) 48 'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable)
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 339
372 # BUG(3251225): Tests that timeout with --nocrankshaft. 340 # BUG(3251225): Tests that timeout with --nocrankshaft.
373 'S15.1.3.1_A2.4_T1': [SKIP], 341 'S15.1.3.1_A2.4_T1': [SKIP],
374 'S15.1.3.1_A2.5_T1': [SKIP], 342 'S15.1.3.1_A2.5_T1': [SKIP],
375 'S15.1.3.2_A2.4_T1': [SKIP], 343 'S15.1.3.2_A2.4_T1': [SKIP],
376 'S15.1.3.2_A2.5_T1': [SKIP], 344 'S15.1.3.2_A2.5_T1': [SKIP],
377 'S15.1.3.3_A2.3_T1': [SKIP], 345 'S15.1.3.3_A2.3_T1': [SKIP],
378 'S15.1.3.4_A2.3_T1': [SKIP], 346 'S15.1.3.4_A2.3_T1': [SKIP],
379 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 347 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
380 ] 348 ]
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