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

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

Issue 13638013: Modifications to tests and test tools for Native Client V8. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Disable a test 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 # the test requires too much time to run. However, the problem test covers 194 # the test requires too much time to run. However, the problem test covers
195 # should be platform-independent. 195 # should be platform-independent.
196 regress/regress-1132: SKIP 196 regress/regress-1132: SKIP
197 197
198 # Stack manipulations in LiveEdit is not implemented for this arch. 198 # Stack manipulations in LiveEdit is not implemented for this arch.
199 debug-liveedit-check-stack: SKIP 199 debug-liveedit-check-stack: SKIP
200 debug-liveedit-stack-padding: SKIP 200 debug-liveedit-stack-padding: SKIP
201 debug-liveedit-restart-frame: SKIP 201 debug-liveedit-restart-frame: SKIP
202 debug-liveedit-double-call: SKIP 202 debug-liveedit-double-call: SKIP
203 203
204 ##############################################################################
205 # Native Client uses the ARM simulator so will behave similarly to arm
206 # on mjsunit tests.
207 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
208 # the ARM simulator.
209 ##############################################################################
210 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
211 # There is no /tmp directory for NaCl runs
212 d8-os: SKIP
213
214 # Stack manipulations in LiveEdit is not implemented for this arch.
215 debug-liveedit-check-stack: SKIP
216 debug-liveedit-stack-padding: SKIP
217 debug-liveedit-restart-frame: SKIP
218 debug-liveedit-double-call: SKIP
219
220 # This test dumps core for arm.debug, so no reason to expect it to work
221 # for NaCl. The other three fuzz-natives tests seem to run fine.
222 # As noted above none of them are run in the arm.debug case.
223 fuzz-natives-part4: SKIP
224
225 # Requires bigger stack size in the Genesis and if stack size is increased,
226 # the test requires too much time to run. However, the problem test covers
227 # should be platform-independent.
228 regress/regress-1132: SKIP
229
230 # Poor performance for NaCl V8 causes an assertion failure for this test.
231 regress/regress-165637: SKIP
232
233 # Skip long running test that times out in debug mode and goes OOM on NaCl.
234 regress/regress-crbug-160010: SKIP
OLDNEW
« test/cctest/cctest.status ('K') | « test/message/testcfg.py ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698