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

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

Issue 1049323003: ES6: Error functions should extend Error (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update .status files 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
« src/messages.js ('K') | « 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 # 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '11.1.5-4-4-a-1-s': [FAIL], 55 '11.1.5-4-4-a-1-s': [FAIL],
56 '11.1.5_4-4-b-1': [FAIL], 56 '11.1.5_4-4-b-1': [FAIL],
57 '11.1.5_4-4-b-2': [FAIL], 57 '11.1.5_4-4-b-2': [FAIL],
58 '11.1.5_4-4-c-1': [FAIL], 58 '11.1.5_4-4-c-1': [FAIL],
59 '11.1.5_4-4-c-2': [FAIL], 59 '11.1.5_4-4-c-2': [FAIL],
60 '11.1.5_4-4-d-1': [FAIL], 60 '11.1.5_4-4-d-1': [FAIL],
61 '11.1.5_4-4-d-2': [FAIL], 61 '11.1.5_4-4-d-2': [FAIL],
62 '11.1.5_4-4-d-3': [FAIL], 62 '11.1.5_4-4-d-3': [FAIL],
63 '11.1.5_4-4-d-4': [FAIL], 63 '11.1.5_4-4-d-4': [FAIL],
64 64
65 # NativeError has Error as its [[Prototype]]
66 '15.2.3.2-2-12': [FAIL],
67 '15.2.3.2-2-13': [FAIL],
68 '15.2.3.2-2-14': [FAIL],
69 '15.2.3.2-2-15': [FAIL],
70 '15.2.3.2-2-16': [FAIL],
71 '15.2.3.2-2-17': [FAIL],
72
65 # Function length properties are configurable in ES6 73 # Function length properties are configurable in ES6
66 '10.1_L15': [FAIL], 74 '10.1_L15': [FAIL],
67 '10.2.2_L15': [FAIL], 75 '10.2.2_L15': [FAIL],
68 '10.3.2_1_a_L15': [FAIL], 76 '10.3.2_1_a_L15': [FAIL],
69 '10.3.2_L15': [FAIL], 77 '10.3.2_L15': [FAIL],
70 '10.3.3_L15': [FAIL], 78 '10.3.3_L15': [FAIL],
71 '11.1_L15': [FAIL], 79 '11.1_L15': [FAIL],
72 '11.2.2_L15': [FAIL], 80 '11.2.2_L15': [FAIL],
73 '11.3.2_1_a_L15': [FAIL], 81 '11.3.2_1_a_L15': [FAIL],
74 '11.3.2_L15': [FAIL], 82 '11.3.2_L15': [FAIL],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 280
273 # BUG(3251225): Tests that timeout with --nocrankshaft. 281 # BUG(3251225): Tests that timeout with --nocrankshaft.
274 'S15.1.3.1_A2.4_T1': [SKIP], 282 'S15.1.3.1_A2.4_T1': [SKIP],
275 'S15.1.3.1_A2.5_T1': [SKIP], 283 'S15.1.3.1_A2.5_T1': [SKIP],
276 'S15.1.3.2_A2.4_T1': [SKIP], 284 'S15.1.3.2_A2.4_T1': [SKIP],
277 'S15.1.3.2_A2.5_T1': [SKIP], 285 'S15.1.3.2_A2.5_T1': [SKIP],
278 'S15.1.3.3_A2.3_T1': [SKIP], 286 'S15.1.3.3_A2.3_T1': [SKIP],
279 'S15.1.3.4_A2.3_T1': [SKIP], 287 'S15.1.3.4_A2.3_T1': [SKIP],
280 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 288 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
281 ] 289 ]
OLDNEW
« src/messages.js ('K') | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698