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

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

Issue 13820012: Exclude another test from mjsunit. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 years, 8 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 compiler/regress-funcaller: PASS, SKIP if $mode == debug 49 compiler/regress-funcaller: PASS, SKIP if $mode == debug
50 regress/regress-2318: PASS, SKIP if $mode == debug 50 regress/regress-2318: PASS, SKIP if $mode == debug
51 regress/regress-create-exception: PASS, SKIP if $mode == debug 51 regress/regress-create-exception: PASS, SKIP if $mode == debug
52 regress/regress-2612: PASS, SKIP if $mode == debug 52 regress/regress-2612: PASS, SKIP if $mode == debug
53 53
54 ############################################################################## 54 ##############################################################################
55 # Too slow in debug mode for GC stress mode. 55 # Too slow in debug mode for GC stress mode.
56 regress/regress-crbug-217858: PASS, SKIP if $mode == debug 56 regress/regress-crbug-217858: PASS, SKIP if $mode == debug
57 57
58 ############################################################################## 58 ##############################################################################
59 # Too slow in debug mode for GC stress mode.
60 regress/regress-crbug-217858: PASS, SKIP if $mode == debug
61
62 ##############################################################################
59 # These use a built-in that's only present in debug mode. They take 63 # These use a built-in that's only present in debug mode. They take
60 # too long to run in debug mode on ARM and MIPS. 64 # too long to run in debug mode on ARM and MIPS.
61 fuzz-natives-part*: PASS, SKIP if ($mode == release || $arch == arm || $arch == android_arm || $arch == mipsel) 65 fuzz-natives-part*: PASS, SKIP if ($mode == release || $arch == arm || $arch == android_arm || $arch == mipsel)
62 66
63 big-object-literal: PASS, SKIP if ($arch == arm || $arch == android_arm) 67 big-object-literal: PASS, SKIP if ($arch == arm || $arch == android_arm)
64 68
65 # Issue 488: this test sometimes times out. 69 # Issue 488: this test sometimes times out.
66 array-constructor: PASS || TIMEOUT 70 array-constructor: PASS || TIMEOUT
67 71
68 # Very slow on ARM and MIPS, contains no architecture dependent code. 72 # Very slow on ARM and MIPS, contains no architecture dependent code.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 # Requires bigger stack size in the Genesis and if stack size is increased, 230 # 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 231 # the test requires too much time to run. However, the problem test covers
228 # should be platform-independent. 232 # should be platform-independent.
229 regress/regress-1132: SKIP 233 regress/regress-1132: SKIP
230 234
231 # Poor performance for NaCl V8 causes an assertion failure for this test. 235 # Poor performance for NaCl V8 causes an assertion failure for this test.
232 regress/regress-165637: SKIP 236 regress/regress-165637: SKIP
233 237
234 # Skip long running test that times out in debug mode and goes OOM on NaCl. 238 # Skip long running test that times out in debug mode and goes OOM on NaCl.
235 regress/regress-crbug-160010: SKIP 239 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