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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], | 191 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], |
192 | 192 |
193 # BUG(v8:2999,v8:4751). | 193 # BUG(v8:2999,v8:4751). |
194 'test-cpu-profiler/CollectDeoptEvents': [SKIP], | 194 'test-cpu-profiler/CollectDeoptEvents': [SKIP], |
195 'test-cpu-profiler/FunctionCallSample': [SKIP], | 195 'test-cpu-profiler/FunctionCallSample': [SKIP], |
196 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], | 196 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
197 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], | 197 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], |
198 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 198 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
199 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], | 199 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
200 | 200 |
| 201 # BUG(v8:5193): Flaky. |
| 202 'test-cpu-profiler/FunctionApplySample': [SKIP], |
| 203 |
201 # BUG(5193): Flaky timeout. | 204 # BUG(5193): Flaky timeout. |
202 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], | 205 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], |
203 }], # 'system == windows' | 206 }], # 'system == windows' |
204 | 207 |
205 ############################################################################## | 208 ############################################################################## |
206 ['arch == arm', { | 209 ['arch == arm', { |
207 | 210 |
208 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 211 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
209 | 212 |
210 # BUG(355): Test crashes on ARM. | 213 # BUG(355): Test crashes on ARM. |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 ############################################################################## | 333 ############################################################################## |
331 ['variant == turbofan or variant == ignition_turbofan', { | 334 ['variant == turbofan or variant == ignition_turbofan', { |
332 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. | 335 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. |
333 'test-cpu-profiler/CollectDeoptEvents': [SKIP], | 336 'test-cpu-profiler/CollectDeoptEvents': [SKIP], |
334 | 337 |
335 # BUG(4751). Flaky with Ignition. | 338 # BUG(4751). Flaky with Ignition. |
336 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 339 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
337 | 340 |
338 # TODO(vogelheim,5548): Turbofan does support cached accessors. | 341 # TODO(vogelheim,5548): Turbofan does support cached accessors. |
339 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], | 342 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], |
340 | |
341 # BUG(5193): Flaky. | |
342 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | |
343 }], # variant == turbofan or variant == ignition_turbofan | 343 }], # variant == turbofan or variant == ignition_turbofan |
344 | 344 |
345 ############################################################################## | 345 ############################################################################## |
346 ['variant == asm_wasm', { | 346 ['variant == asm_wasm', { |
347 '*': [SKIP], | 347 '*': [SKIP], |
348 }], # variant == asm_wasm | 348 }], # variant == asm_wasm |
349 | 349 |
350 ############################################################################## | 350 ############################################################################## |
351 ['variant == wasm_traps', { | 351 ['variant == wasm_traps', { |
352 'test-accessors/*': [SKIP], | 352 'test-accessors/*': [SKIP], |
(...skipping 13 matching lines...) Expand all Loading... |
366 'test-field-type-tracking/*': [SKIP], | 366 'test-field-type-tracking/*': [SKIP], |
367 'test-parsing/*': [SKIP], | 367 'test-parsing/*': [SKIP], |
368 'test-page-promotion/*': [SKIP], | 368 'test-page-promotion/*': [SKIP], |
369 'test-decls/*': [SKIP], | 369 'test-decls/*': [SKIP], |
370 'test-log/*': [SKIP], | 370 'test-log/*': [SKIP], |
371 'test-gap-resolver/*': [SKIP], | 371 'test-gap-resolver/*': [SKIP], |
372 'test-dtoa/*': [SKIP], | 372 'test-dtoa/*': [SKIP], |
373 }], # variant == wasm_traps | 373 }], # variant == wasm_traps |
374 | 374 |
375 ] | 375 ] |
OLD | NEW |