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

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

Issue 137543009: Introduce a parameter to skip slow tests when running with a simulator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 # Long running tests. 120 # Long running tests.
121 regress/regress-2185: PASS, (PASS || TIMEOUT) if $mode == debug 121 regress/regress-2185: PASS, (PASS || TIMEOUT) if $mode == debug
122 regress/regress-2185-2: PASS || TIMEOUT 122 regress/regress-2185-2: PASS || TIMEOUT
123 123
124 # Stack manipulations in LiveEdit is not implemented for this arch. 124 # Stack manipulations in LiveEdit is not implemented for this arch.
125 debug-liveedit-check-stack: SKIP 125 debug-liveedit-check-stack: SKIP
126 debug-liveedit-stack-padding: SKIP 126 debug-liveedit-stack-padding: SKIP
127 debug-liveedit-restart-frame: SKIP 127 debug-liveedit-restart-frame: SKIP
128 debug-liveedit-double-call: SKIP 128 debug-liveedit-double-call: SKIP
129 129
130 [ $arch == a64 && $mode == debug && $simulator_run == True ]
131
132 # Pass but take too long with the simulator in debug mode.
133 array-sort: SKIP
ulan 2014/01/28 12:13:23 Maybe 'PASS, (PASS || TIMEOUT) if $mode == debug'
Alexandre Rames 2014/01/28 13:53:23 Done.
134 packed-elements: SKIP
135 regexp-global: SKIP
136 compiler/alloc-numbers: SKIP
137 harmony/symbols: SKIP
138
130 ############################################################################## 139 ##############################################################################
131 [ $arch == arm || $arch == android_arm ] 140 [ $arch == arm || $arch == android_arm ]
132 141
133 # Slow tests which times out in debug mode. 142 # Slow tests which times out in debug mode.
134 try: PASS, SKIP if $mode == debug 143 try: PASS, SKIP if $mode == debug
135 debug-scripts-request: PASS, SKIP if $mode == debug 144 debug-scripts-request: PASS, SKIP if $mode == debug
136 array-constructor: PASS, SKIP if $mode == debug 145 array-constructor: PASS, SKIP if $mode == debug
137 regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm) 146 regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm)
138 147
139 # Flaky test that can hit compilation-time stack overflow in debug mode. 148 # Flaky test that can hit compilation-time stack overflow in debug mode.
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 # Requires bigger stack size in the Genesis and if stack size is increased, 276 # Requires bigger stack size in the Genesis and if stack size is increased,
268 # the test requires too much time to run. However, the problem test covers 277 # the test requires too much time to run. However, the problem test covers
269 # should be platform-independent. 278 # should be platform-independent.
270 regress/regress-1132: SKIP 279 regress/regress-1132: SKIP
271 280
272 # Poor performance for NaCl V8 causes an assertion failure for this test. 281 # Poor performance for NaCl V8 causes an assertion failure for this test.
273 regress/regress-165637: SKIP 282 regress/regress-165637: SKIP
274 283
275 # Skip long running test that times out in debug mode and goes OOM on NaCl. 284 # Skip long running test that times out in debug mode and goes OOM on NaCl.
276 regress/regress-crbug-160010: SKIP 285 regress/regress-crbug-160010: SKIP
OLDNEW
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698