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

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

Issue 2437023002: [interpreter] Enable tests that no longer fail. (Closed)
Patch Set: Created 4 years, 2 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], 180 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
181 # desugaring regexp property class relies on ICU. 181 # desugaring regexp property class relies on ICU.
182 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 182 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
183 183
184 # Allocates a large array buffer, which TSAN sometimes cannot handle. 184 # Allocates a large array buffer, which TSAN sometimes cannot handle.
185 'regress/regress-599717': [PASS, ['tsan', SKIP]], 185 'regress/regress-599717': [PASS, ['tsan', SKIP]],
186 186
187 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). 187 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
188 'unicodelctest': [PASS, NO_VARIANTS], 188 'unicodelctest': [PASS, NO_VARIANTS],
189 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 189 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
190
191 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
192 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
193 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
194 }], # ALWAYS 190 }], # ALWAYS
195 191
196 ['novfp3 == True', { 192 ['novfp3 == True', {
197 'asm/embenchen/box2d': [SKIP], 193 'asm/embenchen/box2d': [SKIP],
198 'asm/embenchen/zlib': [SKIP], 194 'asm/embenchen/zlib': [SKIP],
199 'asm/embenchen/memops': [SKIP], 195 'asm/embenchen/memops': [SKIP],
200 'asm/embenchen/lua_binarytrees': [SKIP], 196 'asm/embenchen/lua_binarytrees': [SKIP],
201 }], # novfp3 == True 197 }], # novfp3 == True
202 198
203 ############################################################################## 199 ##############################################################################
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 # Might trigger stack overflow. 719 # Might trigger stack overflow.
724 'unicode-test': [SKIP], 720 'unicode-test': [SKIP],
725 721
726 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 722 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
727 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 723 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
728 724
729 # TODO(rmcilroy,titzer): Times out after 725 # TODO(rmcilroy,titzer): Times out after
730 # https://codereview.chromium.org/1951013002 . 726 # https://codereview.chromium.org/1951013002 .
731 'regress/regress-599717': [PASS, ['tsan', SKIP]], 727 'regress/regress-599717': [PASS, ['tsan', SKIP]],
732 728
733 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
734 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
735 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
736 'regress/regress-crbug-352058': [SKIP],
737
738 # TODO(jarin): No truncations on CheckFloat64Hole. 729 # TODO(jarin): No truncations on CheckFloat64Hole.
739 'getters-on-elements': [SKIP], 730 'getters-on-elements': [SKIP],
740 731
741 # TODO(rmcilroy): Flaky OOM. 732 # TODO(rmcilroy): Flaky OOM.
742 'unicodelctest-no-optimization': [SKIP], 733 'unicodelctest-no-optimization': [SKIP],
743 734
744 }], # variant == ignition_turbofan 735 }], # variant == ignition_turbofan
745 736
746 ['variant == ignition_turbofan and arch == arm64', { 737 ['variant == ignition_turbofan and arch == arm64', {
747 # TODO(rmcilroy,4680): Arm64 specific timeouts. 738 # TODO(rmcilroy,4680): Arm64 specific timeouts.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'lithium/*': [SKIP], 803 'lithium/*': [SKIP],
813 'third_party/*': [SKIP], 804 'third_party/*': [SKIP],
814 'tools/*': [SKIP], 805 'tools/*': [SKIP],
815 'apply': [SKIP], 806 'apply': [SKIP],
816 'math-*': [SKIP], 807 'math-*': [SKIP],
817 'unicode-test': [SKIP], 808 'unicode-test': [SKIP],
818 'whitespaces': [SKIP], 809 'whitespaces': [SKIP],
819 }], # variant == asm_wasm 810 }], # variant == asm_wasm
820 811
821 ] 812 ]
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