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

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

Issue 1071473003: Fix maybe_string_add for adds that have no type feedback where --always-opt is on. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merge status file. 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 'S11.6.1_A2.2_T2': [PASS, NO_VARIANTS],
37 'S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS],
38 'S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS],
39
40 # BUG(v8:3455) 35 # BUG(v8:3455)
41 '11.2.3_b': [FAIL], 36 '11.2.3_b': [FAIL],
42 '12.2.3_b': [FAIL], 37 '12.2.3_b': [FAIL],
43 38
44 ############################### ES6 ################################### 39 ############################### ES6 ###################################
45 # ES6 allows block-local functions. 40 # ES6 allows block-local functions.
46 'Sbp_A1_T1': [PASS, FAIL_OK], 41 'Sbp_A1_T1': [PASS, FAIL_OK],
47 'Sbp_A2_T1': [PASS, FAIL_OK], 42 'Sbp_A2_T1': [PASS, FAIL_OK],
48 'Sbp_A2_T2': [PASS, FAIL_OK], 43 'Sbp_A2_T2': [PASS, FAIL_OK],
49 'Sbp_A3_T1': [PASS, FAIL_OK], 44 'Sbp_A3_T1': [PASS, FAIL_OK],
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 291
297 # BUG(3251225): Tests that timeout with --nocrankshaft. 292 # BUG(3251225): Tests that timeout with --nocrankshaft.
298 'S15.1.3.1_A2.4_T1': [SKIP], 293 'S15.1.3.1_A2.4_T1': [SKIP],
299 'S15.1.3.1_A2.5_T1': [SKIP], 294 'S15.1.3.1_A2.5_T1': [SKIP],
300 'S15.1.3.2_A2.4_T1': [SKIP], 295 'S15.1.3.2_A2.4_T1': [SKIP],
301 'S15.1.3.2_A2.5_T1': [SKIP], 296 'S15.1.3.2_A2.5_T1': [SKIP],
302 'S15.1.3.3_A2.3_T1': [SKIP], 297 'S15.1.3.3_A2.3_T1': [SKIP],
303 'S15.1.3.4_A2.3_T1': [SKIP], 298 'S15.1.3.4_A2.3_T1': [SKIP],
304 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
305 ] 300 ]
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