Make a64.release a quickcheck target
I marked all tests as slow that take more than a minute on my machine. With this, a64.release.quickcheck takes two minutes which is about as fast as arm.optdebug.quickcheck. BUG=none R=ulan@chromium.org LOG=n Review URL: https://codereview.chromium.org/183763008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19608 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
85367a7db9
commit
ba981e58d5
2
Makefile
2
Makefile
@ -358,7 +358,7 @@ native.check: native
|
||||
@tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
|
||||
--arch-and-mode=. $(TESTFLAGS)
|
||||
|
||||
FASTTESTMODES = ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug
|
||||
FASTTESTMODES = ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug,a64.release
|
||||
FASTCOMPILEMODES = $(FASTTESTMODES),a64.optdebug
|
||||
|
||||
COMMA = ,
|
||||
|
@ -178,6 +178,41 @@
|
||||
|
||||
# BUG(v8:3156): Fails on gc stress bots.
|
||||
'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
|
||||
|
||||
# Slow tests.
|
||||
'array-concat': [PASS, SLOW],
|
||||
'array-constructor': [PASS, SLOW],
|
||||
'array-indexing': [PASS, SLOW],
|
||||
'array-reduce': [PASS, SLOW],
|
||||
'array-sort': [PASS, SLOW],
|
||||
'array-splice': [PASS, SLOW],
|
||||
'bit-not': [PASS, SLOW],
|
||||
'compiler/alloc-number': [PASS, SLOW],
|
||||
'compiler/osr-assert': [PASS, SLOW],
|
||||
'compiler/osr-warm': [PASS, SLOW],
|
||||
'compiler/osr-with-args': [PASS, SLOW],
|
||||
'debug-scopes': [PASS, SLOW],
|
||||
'generated-transition-stub': [PASS, SLOW],
|
||||
'json2': [PASS, SLOW],
|
||||
'math-floor-of-div-nosudiv': [PASS, SLOW],
|
||||
'math-floor-of-div': [PASS, SLOW],
|
||||
'mirror-object': [PASS, SLOW],
|
||||
'packed-elements': [PASS, SLOW],
|
||||
'regress/regress-1122': [PASS, SLOW],
|
||||
'regress/regress-2185-2': [PASS, SLOW],
|
||||
'regress/regress-2185': [PASS, SLOW],
|
||||
'regress/regress-2790': [PASS, SLOW],
|
||||
'regress/regress-331444': [PASS, SLOW],
|
||||
'regress/regress-490': [PASS, SLOW],
|
||||
'regress/regress-crbug-217858': [PASS, SLOW],
|
||||
'regress/regress-create-exception': [PASS, SLOW],
|
||||
'regress/regress-json-stringify-gc': [PASS, SLOW],
|
||||
'string-indexof-2': [PASS, SLOW],
|
||||
'unicodelctest-no-optimization': [PASS, SLOW],
|
||||
'unicodelctest': [PASS, SLOW],
|
||||
'unicode-test': [PASS, SLOW],
|
||||
'whitespaces': [PASS, SLOW],
|
||||
'whitespaces': [PASS, SLOW],
|
||||
}], # 'arch == a64'
|
||||
|
||||
['arch == a64 and mode == debug and simulator_run == True', {
|
||||
|
Loading…
Reference in New Issue
Block a user