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

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

Issue 2095873002: [test] Skip flaky tests. (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
« 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. 267 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
268 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP] ], 268 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP] ],
269 269
270 # case-insensitive unicode regexp relies on case mapping provided by ICU. 270 # case-insensitive unicode regexp relies on case mapping provided by ICU.
271 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 271 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
272 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], 272 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
273 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], 273 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
274 # desugaring regexp property class relies on ICU. 274 # desugaring regexp property class relies on ICU.
275 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 275 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
276 276
277 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
278 'unicodelctest': [PASS, NO_VARIANTS],
279 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
280
277 ############################################################################ 281 ############################################################################
278 # Ignition 282 # Ignition
279 283
280 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 284 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
281 'array-literal-feedback': [PASS, NO_IGNITION], 285 'array-literal-feedback': [PASS, NO_IGNITION],
282 'regress/regress-4121': [PASS, NO_IGNITION], 286 'regress/regress-4121': [PASS, NO_IGNITION],
283 287
284 # TODO(mythria, 4764): lack of osr support. 288 # TODO(mythria, 4764): lack of osr support.
285 'regress/regress-2618': [PASS, NO_IGNITION], 289 'regress/regress-2618': [PASS, NO_IGNITION],
286 290
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 # https://codereview.chromium.org/1951013002 . 838 # https://codereview.chromium.org/1951013002 .
835 'regress/regress-599717': [PASS, ['tsan', SKIP]], 839 'regress/regress-599717': [PASS, ['tsan', SKIP]],
836 840
837 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 841 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
838 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. 842 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
839 'harmony/generators-turbo': [PASS, FAST_VARIANTS], 843 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
840 'regress/regress-crbug-352058': [SKIP], 844 'regress/regress-crbug-352058': [SKIP],
841 845
842 # TODO(jarin): No truncations on CheckFloat64Hole. 846 # TODO(jarin): No truncations on CheckFloat64Hole.
843 'getters-on-elements': [SKIP], 847 'getters-on-elements': [SKIP],
848
849 # TODO(rmcilroy): Flaky OOM.
850 'unicodelctest-no-optimization': [SKIP],
844 }], # ignition or ignition_turbofan 851 }], # ignition or ignition_turbofan
845 852
846 ['(ignition or ignition_turbofan) and arch == arm64', { 853 ['(ignition or ignition_turbofan) and arch == arm64', {
847 # TODO(rmcilroy,4680): Arm64 specific timeouts. 854 # TODO(rmcilroy,4680): Arm64 specific timeouts.
848 'asm/construct-double': [SKIP], 855 'asm/construct-double': [SKIP],
849 'compiler/osr-one': [SKIP], 856 'compiler/osr-one': [SKIP],
850 'compiler/osr-two': [SKIP], 857 'compiler/osr-two': [SKIP],
851 'wasm/asm-wasm-i32': [SKIP], 858 'wasm/asm-wasm-i32': [SKIP],
852 'wasm/asm-wasm-u32': [SKIP], 859 'wasm/asm-wasm-u32': [SKIP],
853 }], # (ignition or ignition_turbofan) and arch == arm64 860 }], # (ignition or ignition_turbofan) and arch == arm64
(...skipping 21 matching lines...) Expand all
875 ############################################################################## 882 ##############################################################################
876 ['gcov_coverage', { 883 ['gcov_coverage', {
877 # Tests taking too long. 884 # Tests taking too long.
878 'array-functions-prototype-misc': [SKIP], 885 'array-functions-prototype-misc': [SKIP],
879 886
880 # Stack overflow. 887 # Stack overflow.
881 'big-array-literal': [SKIP], 888 'big-array-literal': [SKIP],
882 }], # 'gcov_coverage' 889 }], # 'gcov_coverage'
883 890
884 ] 891 ]
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