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

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: Fix and cleanup test 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '11.1.5-4-4-a-1-s': [FAIL], 56 '11.1.5-4-4-a-1-s': [FAIL],
57 '11.1.5_4-4-b-1': [FAIL], 57 '11.1.5_4-4-b-1': [FAIL],
58 '11.1.5_4-4-b-2': [FAIL], 58 '11.1.5_4-4-b-2': [FAIL],
59 '11.1.5_4-4-c-1': [FAIL], 59 '11.1.5_4-4-c-1': [FAIL],
60 '11.1.5_4-4-c-2': [FAIL], 60 '11.1.5_4-4-c-2': [FAIL],
61 '11.1.5_4-4-d-1': [FAIL], 61 '11.1.5_4-4-d-1': [FAIL],
62 '11.1.5_4-4-d-2': [FAIL], 62 '11.1.5_4-4-d-2': [FAIL],
63 '11.1.5_4-4-d-3': [FAIL], 63 '11.1.5_4-4-d-3': [FAIL],
64 '11.1.5_4-4-d-4': [FAIL], 64 '11.1.5_4-4-d-4': [FAIL],
65 65
66 # NativeError has Error as its [[Prototype]]
67 '15.2.3.2-2-12': [FAIL],
68 '15.2.3.2-2-13': [FAIL],
69 '15.2.3.2-2-14': [FAIL],
70 '15.2.3.2-2-15': [FAIL],
71 '15.2.3.2-2-16': [FAIL],
72 '15.2.3.2-2-17': [FAIL],
73
66 # Function length properties are configurable in ES6 74 # Function length properties are configurable in ES6
67 '10.1_L15': [FAIL], 75 '10.1_L15': [FAIL],
68 '10.2.2_L15': [FAIL], 76 '10.2.2_L15': [FAIL],
69 '10.3.2_1_a_L15': [FAIL], 77 '10.3.2_1_a_L15': [FAIL],
70 '10.3.2_L15': [FAIL], 78 '10.3.2_L15': [FAIL],
71 '10.3.3_L15': [FAIL], 79 '10.3.3_L15': [FAIL],
72 '11.1_L15': [FAIL], 80 '11.1_L15': [FAIL],
73 '11.2.2_L15': [FAIL], 81 '11.2.2_L15': [FAIL],
74 '11.3.2_1_a_L15': [FAIL], 82 '11.3.2_1_a_L15': [FAIL],
75 '11.3.2_L15': [FAIL], 83 '11.3.2_L15': [FAIL],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 291
284 # BUG(3251225): Tests that timeout with --nocrankshaft. 292 # BUG(3251225): Tests that timeout with --nocrankshaft.
285 'S15.1.3.1_A2.4_T1': [SKIP], 293 'S15.1.3.1_A2.4_T1': [SKIP],
286 'S15.1.3.1_A2.5_T1': [SKIP], 294 'S15.1.3.1_A2.5_T1': [SKIP],
287 'S15.1.3.2_A2.4_T1': [SKIP], 295 'S15.1.3.2_A2.4_T1': [SKIP],
288 'S15.1.3.2_A2.5_T1': [SKIP], 296 'S15.1.3.2_A2.5_T1': [SKIP],
289 'S15.1.3.3_A2.3_T1': [SKIP], 297 'S15.1.3.3_A2.3_T1': [SKIP],
290 'S15.1.3.4_A2.3_T1': [SKIP], 298 'S15.1.3.4_A2.3_T1': [SKIP],
291 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
292 ] 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