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

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

Issue 14908006: Skip flaky regress-crbug-160010 regression test. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | Annotate | Revision Log
« 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 22 matching lines...) Expand all
33 ############################################################################## 33 ##############################################################################
34 # Fails. 34 # Fails.
35 regress/regress-1119: FAIL 35 regress/regress-1119: FAIL
36 36
37 # Issue 1719: Slow to collect arrays over several contexts. 37 # Issue 1719: Slow to collect arrays over several contexts.
38 regress/regress-524: SKIP 38 regress/regress-524: SKIP
39 # When that bug is fixed, revert the expectation to: 39 # When that bug is fixed, revert the expectation to:
40 # Skip long running test in debug and allow it to timeout in release mode. 40 # Skip long running test in debug and allow it to timeout in release mode.
41 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 41 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
42 42
43 # This test non-deterministically runs out of memory on Windows ia32.
44 regress/regress-crbug-160010: SKIP
45
43 # Deferred stack trace formatting is temporarily disabled. 46 # Deferred stack trace formatting is temporarily disabled.
44 stack-traces-gc: PASS || FAIL 47 stack-traces-gc: PASS || FAIL
45 48
46 ############################################################################## 49 ##############################################################################
47 # Too slow in debug mode with --stress-opt mode. 50 # Too slow in debug mode with --stress-opt mode.
48 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug 51 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
49 compiler/regress-funcaller: PASS, SKIP if $mode == debug 52 compiler/regress-funcaller: PASS, SKIP if $mode == debug
50 regress/regress-2318: PASS, SKIP if $mode == debug 53 regress/regress-2318: PASS, SKIP if $mode == debug
51 regress/regress-create-exception: PASS, SKIP if $mode == debug 54 regress/regress-create-exception: PASS, SKIP if $mode == debug
52 regress/regress-2612: PASS, SKIP if $mode == debug 55 regress/regress-2612: PASS, SKIP if $mode == debug
(...skipping 14 matching lines...) Expand all
67 70
68 # Very slow on ARM and MIPS, contains no architecture dependent code. 71 # Very slow on ARM and MIPS, contains no architecture dependent code.
69 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == androi d_arm || $arch == mipsel) 72 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == androi d_arm || $arch == mipsel)
70 73
71 ############################################################################## 74 ##############################################################################
72 # This test expects to reach a certain recursion depth, which may not work 75 # This test expects to reach a certain recursion depth, which may not work
73 # for debug mode. 76 # for debug mode.
74 json-recursive: PASS, (PASS || FAIL) if $mode == debug 77 json-recursive: PASS, (PASS || FAIL) if $mode == debug
75 78
76 ############################################################################## 79 ##############################################################################
77 # Skip long running test that times out in debug mode or goes OOM on android. 80 # Skip long running tests that time out in debug mode.
78 regress/regress-crbug-160010: PASS, SKIP if ($mode == debug || $arch == android_ arm)
79 generated-transition-stub: PASS, SKIP if $mode == debug 81 generated-transition-stub: PASS, SKIP if $mode == debug
80 82
81 ############################################################################## 83 ##############################################################################
82 # This test sets the umask on a per-process basis and hence cannot be 84 # This test sets the umask on a per-process basis and hence cannot be
83 # used in multi-threaded runs. 85 # used in multi-threaded runs.
84 # On android there is no /tmp directory. 86 # On android there is no /tmp directory.
85 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 ) 87 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 )
86 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2) 88 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2)
87 89
88 ############################################################################## 90 ##############################################################################
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 # Requires bigger stack size in the Genesis and if stack size is increased, 228 # Requires bigger stack size in the Genesis and if stack size is increased,
227 # the test requires too much time to run. However, the problem test covers 229 # the test requires too much time to run. However, the problem test covers
228 # should be platform-independent. 230 # should be platform-independent.
229 regress/regress-1132: SKIP 231 regress/regress-1132: SKIP
230 232
231 # Poor performance for NaCl V8 causes an assertion failure for this test. 233 # Poor performance for NaCl V8 causes an assertion failure for this test.
232 regress/regress-165637: SKIP 234 regress/regress-165637: SKIP
233 235
234 # Skip long running test that times out in debug mode and goes OOM on NaCl. 236 # Skip long running test that times out in debug mode and goes OOM on NaCl.
235 regress/regress-crbug-160010: SKIP 237 regress/regress-crbug-160010: SKIP
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