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

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

Issue 696213003: Skip box2d for gc stress. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]], 195 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]],
196 196
197 # Skip endain dependent test for mips due to different typed views of the same 197 # Skip endain dependent test for mips due to different typed views of the same
198 # array buffer. 198 # array buffer.
199 'nans': [PASS, ], 199 'nans': [PASS, ],
200 200
201 # This test variant makes only sense on arm. 201 # This test variant makes only sense on arm.
202 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]], 202 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_a rm, android_arm64]', SKIP]],
203 203
204 # Too slow for slow variants. 204 # Too slow for slow variants.
205 'asm/embenchen/*': [PASS, FAST_VARIANTS] 205 'asm/embenchen/*': [PASS, FAST_VARIANTS],
206 }], # ALWAYS 206 }], # ALWAYS
207 207
208 ############################################################################## 208 ##############################################################################
209 ['gc_stress == True', { 209 ['gc_stress == True', {
210 # Skip tests not suitable for GC stress. 210 # Skip tests not suitable for GC stress.
211 'allocation-site-info': [SKIP], 211 'allocation-site-info': [SKIP],
212 'array-constructor-feedback': [SKIP], 212 'array-constructor-feedback': [SKIP],
213 'array-feedback': [SKIP], 213 'array-feedback': [SKIP],
214 'array-literal-feedback': [SKIP], 214 'array-literal-feedback': [SKIP],
215 'd8-performance-now': [SKIP], 215 'd8-performance-now': [SKIP],
(...skipping 22 matching lines...) Expand all
238 238
239 # TODO(mstarzinger): Takes too long with TF. 239 # TODO(mstarzinger): Takes too long with TF.
240 'array-sort': [PASS, NO_VARIANTS], 240 'array-sort': [PASS, NO_VARIANTS],
241 'regress/regress-91008': [PASS, NO_VARIANTS], 241 'regress/regress-91008': [PASS, NO_VARIANTS],
242 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], 242 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]],
243 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], 243 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]],
244 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], 244 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
245 'math-floor-of-div': [PASS, NO_VARIANTS], 245 'math-floor-of-div': [PASS, NO_VARIANTS],
246 'unicodelctest': [PASS, NO_VARIANTS], 246 'unicodelctest': [PASS, NO_VARIANTS],
247 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 247 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
248
249 # Too slow for gc stress.
250 'asm/embenchen/box2d': [SKIP],
248 }], # 'gc_stress == True' 251 }], # 'gc_stress == True'
249 252
250 ############################################################################## 253 ##############################################################################
251 ['arch == arm64 or arch == android_arm64', { 254 ['arch == arm64 or arch == android_arm64', {
252 255
253 # arm64 TF timeout. 256 # arm64 TF timeout.
254 'regress/regress-1257': [PASS, TIMEOUT], 257 'regress/regress-1257': [PASS, TIMEOUT],
255 258
256 # Requires bigger stack size in the Genesis and if stack size is increased, 259 # Requires bigger stack size in the Genesis and if stack size is increased,
257 # the test requires too much time to run. However, the problem test covers 260 # the test requires too much time to run. However, the problem test covers
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'never-optimize': [SKIP], 570 'never-optimize': [SKIP],
568 'regress/regress-2185-2': [SKIP], 571 'regress/regress-2185-2': [SKIP],
569 'harmony/object-observe': [SKIP], 572 'harmony/object-observe': [SKIP],
570 'readonly': [SKIP], 573 'readonly': [SKIP],
571 'array-feedback': [SKIP], 574 'array-feedback': [SKIP],
572 575
573 # Deopt every n garbage collections collides with deopt every n times. 576 # Deopt every n garbage collections collides with deopt every n times.
574 'regress/regress-2653': [SKIP], 577 'regress/regress-2653': [SKIP],
575 }], # 'deopt_fuzzer == True' 578 }], # 'deopt_fuzzer == True'
576 ] 579 ]
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