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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 # BUG(v8:3247). | 127 # BUG(v8:3247). |
128 'test-mark-compact/NoPromotion': [SKIP], | 128 'test-mark-compact/NoPromotion': [SKIP], |
129 | 129 |
130 # BUG(v8:3446). | 130 # BUG(v8:3446). |
131 'test-mark-compact/Promotion': [PASS, FAIL], | 131 'test-mark-compact/Promotion': [PASS, FAIL], |
132 | 132 |
133 # BUG(v8:3434). | 133 # BUG(v8:3434). |
134 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 134 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
135 }], # 'arch == arm64' | 135 }], # 'arch == arm64' |
136 | 136 |
137 ['arch == arm64 and simulator_run == True', { | 137 ['arch == arm64 and simulator_run', { |
138 | 138 |
139 # Pass but take too long with the simulator. | 139 # Pass but take too long with the simulator. |
140 'test-api/ExternalArrays': [PASS, SLOW], | 140 'test-api/ExternalArrays': [PASS, SLOW], |
141 'test-api/Threading*': [SKIP], | 141 'test-api/Threading*': [SKIP], |
142 }], # 'arch == arm64 and simulator_run == True' | 142 }], # 'arch == arm64 and simulator_run' |
143 | 143 |
144 ['arch == arm64 and mode == debug and simulator_run == True', { | 144 ['arch == arm64 and mode == debug and simulator_run', { |
145 | 145 |
146 # Pass but take too long with the simulator in debug mode. | 146 # Pass but take too long with the simulator in debug mode. |
147 'test-api/ExternalDoubleArray': [SKIP], | 147 'test-api/ExternalDoubleArray': [SKIP], |
148 'test-api/ExternalFloat32Array': [SKIP], | 148 'test-api/ExternalFloat32Array': [SKIP], |
149 'test-api/ExternalFloat64Array': [SKIP], | 149 'test-api/ExternalFloat64Array': [SKIP], |
150 'test-api/ExternalFloatArray': [SKIP], | 150 'test-api/ExternalFloatArray': [SKIP], |
151 'test-api/Float32Array': [SKIP], | 151 'test-api/Float32Array': [SKIP], |
152 'test-api/Float64Array': [SKIP], | 152 'test-api/Float64Array': [SKIP], |
153 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 153 }], # 'arch == arm64 and mode == debug and simulator_run' |
154 | 154 |
155 ############################################################################## | 155 ############################################################################## |
156 ['asan == True', { | 156 ['asan == True', { |
157 # Skip tests not suitable for ASAN. | 157 # Skip tests not suitable for ASAN. |
158 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], | 158 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], |
159 | 159 |
160 # BUG(v8:5193): Flaky. | 160 # BUG(v8:5193): Flaky. |
161 'test-cpu-profiler/TickEvents': [SKIP], | 161 'test-cpu-profiler/TickEvents': [SKIP], |
162 }], # 'asan == True' | 162 }], # 'asan == True' |
163 | 163 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 # BUG(v8:6328). | 221 # BUG(v8:6328). |
222 'test-serialize/PartialSerializerCustomContext': [SKIP], | 222 'test-serialize/PartialSerializerCustomContext': [SKIP], |
223 'test-serialize/PartialSerializerObject': [SKIP], | 223 'test-serialize/PartialSerializerObject': [SKIP], |
224 'test-serialize/StartupSerializerOnce': [SKIP], | 224 'test-serialize/StartupSerializerOnce': [SKIP], |
225 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 225 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
226 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 226 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
227 'test-serialize/StartupSerializerTwice': [SKIP], | 227 'test-serialize/StartupSerializerTwice': [SKIP], |
228 }], # 'system == windows and arch == x64 and mode == debug' | 228 }], # 'system == windows and arch == x64 and mode == debug' |
229 | 229 |
230 ############################################################################## | 230 ############################################################################## |
231 ['arch == arm and simulator_run == True', { | 231 ['arch == arm and simulator_run', { |
232 # Pass but take too long with the simulator. | 232 # Pass but take too long with the simulator. |
233 'test-api/Threading*': [SKIP], | 233 'test-api/Threading*': [SKIP], |
234 }], # 'arch == arm and simulator_run == True' | 234 }], # 'arch == arm and simulator_run' |
235 | 235 |
236 ############################################################################## | 236 ############################################################################## |
237 ['arch == arm', { | 237 ['arch == arm', { |
238 # BUG(355): Test crashes on ARM. | 238 # BUG(355): Test crashes on ARM. |
239 'test-log/ProfLazyMode': [SKIP], | 239 'test-log/ProfLazyMode': [SKIP], |
240 | 240 |
241 # BUG(1075): Unresolved crashes. | 241 # BUG(1075): Unresolved crashes. |
242 'test-serialize/StartupSerializerOnce': [SKIP], | 242 'test-serialize/StartupSerializerOnce': [SKIP], |
243 'test-serialize/StartupSerializerTwice': [SKIP], | 243 'test-serialize/StartupSerializerTwice': [SKIP], |
244 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 244 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 | 338 |
339 # TODO(ppc): Fix for platforms with function desciptors. | 339 # TODO(ppc): Fix for platforms with function desciptors. |
340 'test-run-machops/RunComputedCodeObject' : [SKIP], | 340 'test-run-machops/RunComputedCodeObject' : [SKIP], |
341 'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP], | 341 'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP], |
342 'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP], | 342 'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP], |
343 'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP], | 343 'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP], |
344 | 344 |
345 }], # 'system == aix or (arch == ppc64 and byteorder == big)' | 345 }], # 'system == aix or (arch == ppc64 and byteorder == big)' |
346 | 346 |
347 ############################################################################## | 347 ############################################################################## |
348 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 348 ['arch == ppc and simulator_run or arch == ppc64 and simulator_run', { |
349 | 349 |
350 # Pass but take too long with the simulator. | 350 # Pass but take too long with the simulator. |
351 'test-api/Threading*': [PASS, SLOW], | 351 'test-api/Threading*': [PASS, SLOW], |
352 'test-api/ExternalArrays': [PASS, SLOW], | 352 'test-api/ExternalArrays': [PASS, SLOW], |
353 | 353 |
354 }], # 'arch == ppc64 and simulator_run == True' | 354 }], # 'arch == ppc64 and simulator_run' |
355 | 355 |
356 ############################################################################## | 356 ############################################################################## |
357 ['variant == wasm_traps', { | 357 ['variant == wasm_traps', { |
358 'test-accessors/*': [SKIP], | 358 'test-accessors/*': [SKIP], |
359 'test-api-interceptors/*': [SKIP], | 359 'test-api-interceptors/*': [SKIP], |
360 'test-api/*': [SKIP], | 360 'test-api/*': [SKIP], |
361 'test-bignum-dtoa/*': [SKIP], | 361 'test-bignum-dtoa/*': [SKIP], |
362 'test-cpu-profiler/*': [SKIP], | 362 'test-cpu-profiler/*': [SKIP], |
363 'test-debug/*': [SKIP], | 363 'test-debug/*': [SKIP], |
364 'test-global-handles/*': [SKIP], | 364 'test-global-handles/*': [SKIP], |
365 'test-heap-profiler/*': [SKIP], | 365 'test-heap-profiler/*': [SKIP], |
366 'test-heap/*': [SKIP], | 366 'test-heap/*': [SKIP], |
367 'test-inobject-slack-tracking/*': [SKIP], | 367 'test-inobject-slack-tracking/*': [SKIP], |
368 'test-lockers/*': [SKIP], | 368 'test-lockers/*': [SKIP], |
369 'test-run-machops/*': [SKIP], | 369 'test-run-machops/*': [SKIP], |
370 'test-serialize/*': [SKIP], | 370 'test-serialize/*': [SKIP], |
371 'test-strings/*': [SKIP], | 371 'test-strings/*': [SKIP], |
372 'test-field-type-tracking/*': [SKIP], | 372 'test-field-type-tracking/*': [SKIP], |
373 'test-parsing/*': [SKIP], | 373 'test-parsing/*': [SKIP], |
374 'test-page-promotion/*': [SKIP], | 374 'test-page-promotion/*': [SKIP], |
375 'test-decls/*': [SKIP], | 375 'test-decls/*': [SKIP], |
376 'test-log/*': [SKIP], | 376 'test-log/*': [SKIP], |
377 'test-gap-resolver/*': [SKIP], | 377 'test-gap-resolver/*': [SKIP], |
378 'test-dtoa/*': [SKIP], | 378 'test-dtoa/*': [SKIP], |
379 }], # variant == wasm_traps | 379 }], # variant == wasm_traps |
380 | 380 |
381 ] | 381 ] |
OLD | NEW |