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

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: 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
« src/d8.cc ('K') | « 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L], 315 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L],
316 'built-ins/Function/prototype/toString/method-class': [FAIL], 316 'built-ins/Function/prototype/toString/method-class': [FAIL],
317 'built-ins/Function/prototype/toString/method-class-static': [FAIL], 317 'built-ins/Function/prototype/toString/method-class-static': [FAIL],
318 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 318 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
319 'built-ins/Function/prototype/toString/method-object': [FAIL], 319 'built-ins/Function/prototype/toString/method-object': [FAIL],
320 'built-ins/Function/prototype/toString/setter-class': [FAIL], 320 'built-ins/Function/prototype/toString/setter-class': [FAIL],
321 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 321 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
322 'built-ins/Function/prototype/toString/setter-object': [FAIL], 322 'built-ins/Function/prototype/toString/setter-object': [FAIL],
323 'built-ins/Function/prototype/toString/unicode': [FAIL], 323 'built-ins/Function/prototype/toString/unicode': [FAIL],
324 324
325 # https://bugs.chromium.org/p/v8/issues/detail?id=4985
326 'language/reserved-words/await-module': [SKIP],
327 'language/module-code/strict-mode': [SKIP],
328
329 ######################## NEEDS INVESTIGATION ########################### 325 ######################## NEEDS INVESTIGATION ###########################
330 326
331 # These test failures are specific to the intl402 suite and need investigation 327 # These test failures are specific to the intl402 suite and need investigation
332 # to be either marked as bugs with issues filed for them or as deliberate 328 # to be either marked as bugs with issues filed for them or as deliberate
333 # incompatibilities if the test cases turn out to be broken or ambiguous. 329 # incompatibilities if the test cases turn out to be broken or ambiguous.
334 # Some of these are related to v8:4361 in being visible side effects from Intl . 330 # Some of these are related to v8:4361 in being visible side effects from Intl .
335 'intl402/6.2.3': [FAIL], 331 'intl402/6.2.3': [FAIL],
336 'intl402/Collator/10.1.2.1_4': [FAIL], 332 'intl402/Collator/10.1.2.1_4': [FAIL],
337 'intl402/Collator/10.1.2_a': [PASS, FAIL], 333 'intl402/Collator/10.1.2_a': [PASS, FAIL],
338 'intl402/Collator/10.2.3_b': [PASS, FAIL], 334 'intl402/Collator/10.2.3_b': [PASS, FAIL],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 442 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
447 }], # asan == True 443 }], # asan == True
448 444
449 ['asan == True or msan == True or tsan == True', { 445 ['asan == True or msan == True or tsan == True', {
450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 446 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
451 # The failed allocation causes an asan/msan/tsan error 447 # The failed allocation causes an asan/msan/tsan error
452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 448 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
453 }], # asan == True or msan == True or tsan == True 449 }], # asan == True or msan == True or tsan == True
454 450
455 ] 451 ]
OLDNEW
« src/d8.cc ('K') | « src/d8.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698