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

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

Issue 2008743002: Remove broken source/code caching support for Modules in d8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added DCHECK Created 4 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 | « src/d8.cc ('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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L], 291 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L],
292 'built-ins/Function/prototype/toString/method-class': [FAIL], 292 'built-ins/Function/prototype/toString/method-class': [FAIL],
293 'built-ins/Function/prototype/toString/method-class-static': [FAIL], 293 'built-ins/Function/prototype/toString/method-class-static': [FAIL],
294 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 294 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
295 'built-ins/Function/prototype/toString/method-object': [FAIL], 295 'built-ins/Function/prototype/toString/method-object': [FAIL],
296 'built-ins/Function/prototype/toString/setter-class': [FAIL], 296 'built-ins/Function/prototype/toString/setter-class': [FAIL],
297 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 297 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
298 'built-ins/Function/prototype/toString/setter-object': [FAIL], 298 'built-ins/Function/prototype/toString/setter-object': [FAIL],
299 'built-ins/Function/prototype/toString/unicode': [FAIL], 299 'built-ins/Function/prototype/toString/unicode': [FAIL],
300 300
301 # https://bugs.chromium.org/p/v8/issues/detail?id=4985
302 'language/reserved-words/await-module': [SKIP],
303 'language/module-code/strict-mode': [SKIP],
304
305 ######################## NEEDS INVESTIGATION ########################### 301 ######################## NEEDS INVESTIGATION ###########################
306 302
307 # These test failures are specific to the intl402 suite and need investigation 303 # These test failures are specific to the intl402 suite and need investigation
308 # to be either marked as bugs with issues filed for them or as deliberate 304 # to be either marked as bugs with issues filed for them or as deliberate
309 # incompatibilities if the test cases turn out to be broken or ambiguous. 305 # incompatibilities if the test cases turn out to be broken or ambiguous.
310 # Some of these are related to v8:4361 in being visible side effects from Intl . 306 # Some of these are related to v8:4361 in being visible side effects from Intl .
311 'intl402/6.2.3': [FAIL], 307 'intl402/6.2.3': [FAIL],
312 'intl402/Collator/10.1.2.1_4': [FAIL], 308 'intl402/Collator/10.1.2.1_4': [FAIL],
313 'intl402/Collator/10.1.2_a': [PASS, FAIL], 309 'intl402/Collator/10.1.2_a': [PASS, FAIL],
314 'intl402/Collator/10.2.3_b': [PASS, FAIL], 310 'intl402/Collator/10.2.3_b': [PASS, FAIL],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 418 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
423 }], # asan == True 419 }], # asan == True
424 420
425 ['asan == True or msan == True or tsan == True', { 421 ['asan == True or msan == True or tsan == True', {
426 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 422 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
427 # The failed allocation causes an asan/msan/tsan error 423 # The failed allocation causes an asan/msan/tsan error
428 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 424 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
429 }], # asan == True or msan == True or tsan == True 425 }], # asan == True or msan == True or tsan == True
430 426
431 ] 427 ]
OLDNEW
« no previous file with comments | « src/d8.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698