From ba981e58d5b5d69623032324824dc4403dd60213 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Fri, 28 Feb 2014 12:46:13 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- test/mjsunit/mjsunit.status | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cd347c..b524cbe 100644 --- a/Makefile +++ b/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 = , diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 4dcf7ee..da4d8ea 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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', { -- 2.7.4