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

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

Issue 1939423002: Skip new module test262 tests that fail on the waterfall (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L], 331 'built-ins/Function/prototype/toString/line-terminator-normalisation-LF': [FAI L],
332 'built-ins/Function/prototype/toString/method-class': [FAIL], 332 'built-ins/Function/prototype/toString/method-class': [FAIL],
333 'built-ins/Function/prototype/toString/method-class-static': [FAIL], 333 'built-ins/Function/prototype/toString/method-class-static': [FAIL],
334 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 334 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
335 'built-ins/Function/prototype/toString/method-object': [FAIL], 335 'built-ins/Function/prototype/toString/method-object': [FAIL],
336 'built-ins/Function/prototype/toString/setter-class': [FAIL], 336 'built-ins/Function/prototype/toString/setter-class': [FAIL],
337 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 337 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
338 'built-ins/Function/prototype/toString/setter-object': [FAIL], 338 'built-ins/Function/prototype/toString/setter-object': [FAIL],
339 'built-ins/Function/prototype/toString/unicode': [FAIL], 339 'built-ins/Function/prototype/toString/unicode': [FAIL],
340 340
341 # https://bugs.chromium.org/p/v8/issues/detail?id=4985
342 'language/reserved-words/await-module': [SKIP],
343 'language/module-code/strict-mode': [SKIP],
344
341 ######################## NEEDS INVESTIGATION ########################### 345 ######################## NEEDS INVESTIGATION ###########################
342 346
343 # These test failures are specific to the intl402 suite and need investigation 347 # These test failures are specific to the intl402 suite and need investigation
344 # to be either marked as bugs with issues filed for them or as deliberate 348 # to be either marked as bugs with issues filed for them or as deliberate
345 # incompatibilities if the test cases turn out to be broken or ambiguous. 349 # incompatibilities if the test cases turn out to be broken or ambiguous.
346 # Some of these are related to v8:4361 in being visible side effects from Intl . 350 # Some of these are related to v8:4361 in being visible side effects from Intl .
347 'intl402/6.2.3': [FAIL], 351 'intl402/6.2.3': [FAIL],
348 'intl402/Collator/10.1.2.1_4': [FAIL], 352 'intl402/Collator/10.1.2.1_4': [FAIL],
349 'intl402/Collator/10.1.2_a': [PASS, FAIL], 353 'intl402/Collator/10.1.2_a': [PASS, FAIL],
350 'intl402/Collator/10.2.3_b': [PASS, FAIL], 354 'intl402/Collator/10.2.3_b': [PASS, FAIL],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
443 }], # asan == True 447 }], # asan == True
444 448
445 ['asan == True or msan == True or tsan == True', { 449 ['asan == True or msan == True or tsan == True', {
446 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
447 # The failed allocation causes an asan/msan/tsan error 451 # The failed allocation causes an asan/msan/tsan error
448 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 452 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
449 }], # asan == True or msan == True or tsan == True 453 }], # asan == True or msan == True or tsan == True
450 454
451 ] 455 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698