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

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

Issue 88343002: Increase test runner speed. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Mark all Threading tests as slow. Created 7 years 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 | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'test-weakmaps/Shrinking': [FAIL], 53 'test-weakmaps/Shrinking': [FAIL],
54 'test-weaksets/WeakSet_Shrinking': [FAIL], 54 'test-weaksets/WeakSet_Shrinking': [FAIL],
55 55
56 # Boot up memory use is bloated in debug mode. 56 # Boot up memory use is bloated in debug mode.
57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
58 58
59 # This tests only that the preparser and parser agree, so there is no point in 59 # This tests only that the preparser and parser agree, so there is no point in
60 # running several variants. Note that this still takes ages, because there 60 # running several variants. Note that this still takes ages, because there
61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
62 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 62 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
63
64 ############################################################################
65 # Slow tests.
66 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
67 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
68 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
69 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
63 }], # ALWAYS 70 }], # ALWAYS
64 71
65 ############################################################################## 72 ##############################################################################
66 ['system == windows', { 73 ['system == windows', {
67 74
68 # BUG(2999). 75 # BUG(2999).
69 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 76 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
70 77
71 # BUG(3005). 78 # BUG(3005).
72 'test-alloc/CodeRange': [PASS, FAIL], 79 'test-alloc/CodeRange': [PASS, FAIL],
73 }], # 'system == windows' 80 }], # 'system == windows'
74 81
75 ############################################################################## 82 ##############################################################################
76 ['arch == arm', { 83 ['arch == arm', {
77 84
78 # We cannot assume that we can throw OutOfMemory exceptions in all situations. 85 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
79 # Apparently our ARM box is in such a state. Skip the test as it also runs for 86 # Apparently our ARM box is in such a state. Skip the test as it also runs for
80 # a long time. 87 # a long time.
81 'test-api/OutOfMemory': [SKIP], 88 'test-api/OutOfMemory': [SKIP],
82 'test-api/OutOfMemoryNested': [SKIP], 89 'test-api/OutOfMemoryNested': [SKIP],
83 90
84 # BUG(355): Test crashes on ARM. 91 # BUG(355): Test crashes on ARM.
85 'test-log/ProfLazyMode': [SKIP], 92 'test-log/ProfLazyMode': [SKIP],
86 93
87 # BUG(1075): Unresolved crashes. 94 # BUG(1075): Unresolved crashes.
88 'test-serialize/Deserialize': [SKIP], 95 'test-serialize/Deserialize': [SKIP],
89 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 96 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
90 'test-serialize/DeserializeAndRunScript2': [SKIP], 97 'test-serialize/DeserializeAndRunScript2': [SKIP],
91 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 98 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
99
100 ############################################################################
101 # Slow tests.
102 'test-api/Threading1': [PASS, SLOW],
103 'test-api/Threading2': [PASS, SLOW],
104 'test-api/Threading3': [PASS, SLOW],
105 'test-api/Threading4': [PASS, SLOW],
92 }], # 'arch == arm' 106 }], # 'arch == arm'
93 107
94 ############################################################################## 108 ##############################################################################
95 ['arch == mipsel', { 109 ['arch == mipsel', {
96 110
97 # BUG(2657): Test sometimes times out on MIPS simulator. 111 # BUG(2657): Test sometimes times out on MIPS simulator.
98 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 112 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
99 113
100 # BUG(1075): Unresolved crashes on MIPS also. 114 # BUG(1075): Unresolved crashes on MIPS also.
101 'test-serialize/Deserialize': [SKIP], 115 'test-serialize/Deserialize': [SKIP],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 # Profiling doesn't work on Native Client. 155 # Profiling doesn't work on Native Client.
142 'test-cpu-profiler/*': [SKIP], 156 'test-cpu-profiler/*': [SKIP],
143 157
144 # Fails since 16322 (new test). 158 # Fails since 16322 (new test).
145 'test-code-stubs-arm/ConvertDToI': [SKIP], 159 'test-code-stubs-arm/ConvertDToI': [SKIP],
146 160
147 # BUG(2998). 161 # BUG(2998).
148 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], 162 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
149 }], # 'arch == nacl_ia32 or arch == nacl_x64' 163 }], # 'arch == nacl_ia32 or arch == nacl_x64'
150 ] 164 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698