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

Unified Diff: test/cctest/cctest.status

Issue 2470143004: [test] Speed up some slow tests. (Closed)
Patch Set: address comment Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index ad5e7786904c4c9510732bda332c0581b6cc4602..7c8cf9b414162a20ec6a24747a1910a7426cdce2 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -68,7 +68,8 @@
'test-ast-types/*': [PASS, NO_VARIANTS],
# This tests API threading, no point in running several variants.
- 'test-api/Threading*': [PASS, NO_VARIANTS],
+ # They are also slow in debug mode.
+ 'test-api/Threading*': [PASS, NO_VARIANTS, ['mode == debug', SLOW]],
# BUG(2999). The cpu profiler tests are notoriously flaky.
'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
@@ -94,10 +95,6 @@
############################################################################
# Slow tests.
- 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
- 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
- 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
- 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]],
@@ -134,8 +131,6 @@
# Pass but take too long with the simulator.
'test-api/ExternalArrays': [PASS, TIMEOUT],
- 'test-api/Threading1': [SKIP],
- 'test-api/Threading2': [SKIP],
}], # 'arch == arm64 and simulator_run == True'
['arch == arm64 and mode == debug and simulator_run == True', {
@@ -167,10 +162,7 @@
'test-strings/CountBreakIterator': [SKIP],
# Slow tests.
- 'test-api/Threading1': [PASS, SLOW],
- 'test-api/Threading2': [PASS, SLOW],
- 'test-api/Threading3': [PASS, SLOW],
- 'test-api/Threading4': [PASS, SLOW],
+ 'test-api/Threading*': [PASS, SLOW],
}], # 'msan == True'
##############################################################################
@@ -229,10 +221,7 @@
############################################################################
# Slow tests.
- 'test-api/Threading1': [PASS, SLOW],
- 'test-api/Threading2': [PASS, SLOW],
- 'test-api/Threading3': [PASS, SLOW],
- 'test-api/Threading4': [PASS, SLOW],
+ 'test-api/Threading*': [PASS, SLOW],
}], # 'arch == arm'
##############################################################################
@@ -256,7 +245,8 @@
# TODO(mips-team): Currently fails on mips board.
'test-parsing/TooManyArguments': [SKIP],
- 'test-api/Threading3': [SKIP],
+ 'test-api/Threading5': [SKIP],
+ 'test-api/Threading6': [SKIP],
}], # 'arch == mips'
##############################################################################
@@ -329,8 +319,7 @@
['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
# Pass but take too long with the simulator.
- 'test-api/Threading1': [PASS, SLOW],
- 'test-api/Threading2': [PASS, SLOW],
+ 'test-api/Threading*': [PASS, SLOW],
'test-api/ExternalArrays': [PASS, SLOW],
}], # 'arch == ppc64 and simulator_run == True'
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698