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

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

Issue 1654973002: Also skip allocation-limit test on tsan builders (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 524 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
525 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 525 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
526 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 526 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
527 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 527 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
528 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 528 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
529 529
530 ['asan == True', { 530 ['asan == True', {
531 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with 531 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with
532 # asan's --omit-quit flag. 532 # asan's --omit-quit flag.
533 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 533 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
534
535 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
536 # The failed allocation causes an asan error
537 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
538 }], # asan == True 534 }], # asan == True
539 535
540 ['msan == True', { 536 ['asan == True or msan == True or tsan == True', {
541 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 537 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
542 # The failed allocation causes an msan error 538 # The failed allocation causes an asan/msan/tsan error
543 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 539 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
544 }], # msan == True 540 }], # asan == True or msan == True or tsan == True
545 541
546 ['ignition == True', { 542 ['ignition == True', {
547 'annexB/B.2.3.*': [SKIP], 543 'annexB/B.2.3.*': [SKIP],
548 'built-ins/Array/prototype/reduce/*': [SKIP], 544 'built-ins/Array/prototype/reduce/*': [SKIP],
549 'built-ins/Array/prototype/reduceRight/*': [SKIP], 545 'built-ins/Array/prototype/reduceRight/*': [SKIP],
550 'built-ins/GeneratorFunction/*': [SKIP], 546 'built-ins/GeneratorFunction/*': [SKIP],
551 'built-ins/GeneratorPrototype/*': [SKIP], 547 'built-ins/GeneratorPrototype/*': [SKIP],
552 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP], 548 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP],
553 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP], 549 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP],
554 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 550 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 709 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
714 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 710 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
715 'intl402/9.2.2': [SKIP], 711 'intl402/9.2.2': [SKIP],
716 'language/statements/let/fn-name-arrow': [SKIP], 712 'language/statements/let/fn-name-arrow': [SKIP],
717 'language/statements/let/fn-name-cover': [SKIP], 713 'language/statements/let/fn-name-cover': [SKIP],
718 'language/statements/let/fn-name-fn': [SKIP], 714 'language/statements/let/fn-name-fn': [SKIP],
719 'language/statements/let/fn-name-gen': [SKIP], 715 'language/statements/let/fn-name-gen': [SKIP],
720 }], # ignition == True and (arch == arm or arch == arm64) 716 }], # ignition == True and (arch == arm or arch == arm64)
721 717
722 ] 718 ]
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