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

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

Issue 1184923003: Skip slow tests in non debug too (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 591 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
592 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 592 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
593 593
594 # Tests do not return boolean. 594 # Tests do not return boolean.
595 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], 595 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK],
596 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], 596 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK],
597 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], 597 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK],
598 598
599 ############################ SKIPPED TESTS ############################# 599 ############################ SKIPPED TESTS #############################
600 600
601 # These tests take a looong time to run in debug mode. 601 # These tests take a looong time to run.
602 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [PASS, ['mode == debug', SKIP]], 602 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
603 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [PASS, ['mode == debug', SKIP]], 603 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
604 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [PASS, ['mode == debug', SKIP]], 604 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
605 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [PASS, ['mode == debug', SKIP]], 605 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
606 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 606 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
607 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]], 607 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
608 'built-ins/RegExp/S15.10.2.12_A3_T1': [PASS, ['mode == debug', SKIP]], 608 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP],
609 'intl402/9.2.6_4_b': [PASS, ['mode == debug', SKIP]], 609 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP],
610 'language/literals/regexp/S7.8.5_A1.1_T2': [PASS, ['mode == debug', SKIP]], 610 'intl402/9.2.6_4_b': [SKIP],
611 'language/literals/regexp/S7.8.5_A1.4_T2': [PASS, ['mode == debug', SKIP]], 611 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP],
612 'language/literals/regexp/S7.8.5_A2.1_T2': [PASS, ['mode == debug', SKIP]], 612 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP],
613 'language/literals/regexp/S7.8.5_A2.4_T2': [PASS, ['mode == debug', SKIP]], 613 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP],
614 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP],
614 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]], 615 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]],
615 }], # ALWAYS 616 }], # ALWAYS
616 617
617 ['system == macos', { 618 ['system == macos', {
618 'intl402/11.3.2_TRP': [FAIL], 619 'intl402/11.3.2_TRP': [FAIL],
619 'intl402/9.2.5_11_g_ii_2': [FAIL], 620 'intl402/9.2.5_11_g_ii_2': [FAIL],
620 }], # system == macos 621 }], # system == macos
621 622
622 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 623 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
623 624
624 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 625 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
625 # compilation of parenthesized function literals. Needs investigation. 626 # compilation of parenthesized function literals. Needs investigation.
626 'language/statements/function/S13.2.1_A1_T1': [SKIP], 627 'language/statements/function/S13.2.1_A1_T1': [SKIP],
627 628
628 # BUG(3251225): Tests that timeout with --nocrankshaft. 629 # BUG(3251225): Tests that timeout with --nocrankshaft.
629 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 630 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
630 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 631 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
631 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 632 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
632 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 633 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
633 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 634 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
634 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 635 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
635 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 636 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
636 ] 637 ]
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