OLD | NEW |
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 ############################################################################ | 93 ############################################################################ |
94 # Slow tests. | 94 # Slow tests. |
95 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 95 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
96 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 96 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
97 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], | 97 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], |
98 }], # ALWAYS | 98 }], # ALWAYS |
99 | 99 |
100 ############################################################################## | 100 ############################################################################## |
101 ['arch == arm64', { | 101 ['arch == arm64', { |
102 | 102 |
103 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | |
104 | |
105 'test-api/Bug618': [PASS], | 103 'test-api/Bug618': [PASS], |
106 | 104 |
107 # BUG(v8:3385). | 105 # BUG(v8:3385). |
108 'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], | 106 'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], |
109 'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], | 107 'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], |
110 | 108 |
111 # BUG(v8:3154). | 109 # BUG(v8:3154). |
112 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 110 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
113 | 111 |
114 # BUG(v8:3155). | 112 # BUG(v8:3155). |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 # BUG(v8:5193): Flaky. | 199 # BUG(v8:5193): Flaky. |
202 'test-cpu-profiler/FunctionApplySample': [SKIP], | 200 'test-cpu-profiler/FunctionApplySample': [SKIP], |
203 | 201 |
204 # BUG(5193): Flaky timeout. | 202 # BUG(5193): Flaky timeout. |
205 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], | 203 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], |
206 }], # 'system == windows' | 204 }], # 'system == windows' |
207 | 205 |
208 ############################################################################## | 206 ############################################################################## |
209 ['arch == arm', { | 207 ['arch == arm', { |
210 | 208 |
211 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | |
212 | |
213 # BUG(355): Test crashes on ARM. | 209 # BUG(355): Test crashes on ARM. |
214 'test-log/ProfLazyMode': [SKIP], | 210 'test-log/ProfLazyMode': [SKIP], |
215 | 211 |
216 # BUG(1075): Unresolved crashes. | 212 # BUG(1075): Unresolved crashes. |
217 'test-serialize/StartupSerializerOnce': [SKIP], | 213 'test-serialize/StartupSerializerOnce': [SKIP], |
218 'test-serialize/StartupSerializerTwice': [SKIP], | 214 'test-serialize/StartupSerializerTwice': [SKIP], |
219 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 215 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
220 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 216 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
221 | 217 |
222 ############################################################################ | 218 ############################################################################ |
223 # Slow tests. | 219 # Slow tests. |
224 'test-api/Threading*': [PASS, SLOW], | 220 'test-api/Threading*': [PASS, SLOW], |
225 }], # 'arch == arm' | 221 }], # 'arch == arm' |
226 | 222 |
227 ############################################################################## | 223 ############################################################################## |
228 ['arch == mipsel or arch == mips', { | 224 ['arch == mipsel or arch == mips', { |
229 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | |
230 | |
231 # TODO(mips-team): Improve code-size on large RegExp's. | 225 # TODO(mips-team): Improve code-size on large RegExp's. |
232 'test-heap/TestSizeOfRegExpCode': [SKIP], | 226 'test-heap/TestSizeOfRegExpCode': [SKIP], |
233 | 227 |
234 # BUG(1075): Unresolved crashes on MIPS also. | 228 # BUG(1075): Unresolved crashes on MIPS also. |
235 'test-serialize/StartupSerializerOnce': [SKIP], | 229 'test-serialize/StartupSerializerOnce': [SKIP], |
236 'test-serialize/StartupSerializerTwice': [SKIP], | 230 'test-serialize/StartupSerializerTwice': [SKIP], |
237 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 231 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
238 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 232 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
239 }], # 'arch == mipsel or arch == mips' | 233 }], # 'arch == mipsel or arch == mips' |
240 | 234 |
241 ############################################################################## | 235 ############################################################################## |
242 ['arch == mips', { | 236 ['arch == mips', { |
243 # Too slow with TF. | 237 # Too slow with TF. |
244 'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 238 'test-api/ExternalArrays': [PASS, NO_VARIANTS], |
245 | 239 |
246 # TODO(mips-team): Currently fails on mips board. | 240 # TODO(mips-team): Currently fails on mips board. |
247 'test-parsing/TooManyArguments': [SKIP], | 241 'test-parsing/TooManyArguments': [SKIP], |
248 'test-api/Threading5': [SKIP], | 242 'test-api/Threading5': [SKIP], |
249 'test-api/Threading6': [SKIP], | 243 'test-api/Threading6': [SKIP], |
250 }], # 'arch == mips' | 244 }], # 'arch == mips' |
251 | 245 |
252 ############################################################################## | 246 ############################################################################## |
253 ['arch == mips64el or arch == mips64', { | 247 ['arch == mips64el or arch == mips64', { |
254 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | |
255 | |
256 # BUG(v8:3154). | 248 # BUG(v8:3154). |
257 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 249 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
258 | 250 |
259 # TODO(mips-team): Improve code-size on large RegExp's. | 251 # TODO(mips-team): Improve code-size on large RegExp's. |
260 'test-heap/TestSizeOfRegExpCode': [SKIP], | 252 'test-heap/TestSizeOfRegExpCode': [SKIP], |
261 | 253 |
262 # BUG(1075): Unresolved crashes on MIPS also. | 254 # BUG(1075): Unresolved crashes on MIPS also. |
263 'test-serialize/StartupSerializerOnce': [SKIP], | 255 'test-serialize/StartupSerializerOnce': [SKIP], |
264 'test-serialize/StartupSerializerTwice': [SKIP], | 256 'test-serialize/StartupSerializerTwice': [SKIP], |
265 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 257 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'test-field-type-tracking/*': [SKIP], | 355 'test-field-type-tracking/*': [SKIP], |
364 'test-parsing/*': [SKIP], | 356 'test-parsing/*': [SKIP], |
365 'test-page-promotion/*': [SKIP], | 357 'test-page-promotion/*': [SKIP], |
366 'test-decls/*': [SKIP], | 358 'test-decls/*': [SKIP], |
367 'test-log/*': [SKIP], | 359 'test-log/*': [SKIP], |
368 'test-gap-resolver/*': [SKIP], | 360 'test-gap-resolver/*': [SKIP], |
369 'test-dtoa/*': [SKIP], | 361 'test-dtoa/*': [SKIP], |
370 }], # variant == wasm_traps | 362 }], # variant == wasm_traps |
371 | 363 |
372 ] | 364 ] |
OLD | NEW |