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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 'test-api/Threading2': [PASS, SLOW], | 333 'test-api/Threading2': [PASS, SLOW], |
334 'test-api/ExternalArrays': [PASS, SLOW], | 334 'test-api/ExternalArrays': [PASS, SLOW], |
335 | 335 |
336 }], # 'arch == ppc64 and simulator_run == True' | 336 }], # 'arch == ppc64 and simulator_run == True' |
337 | 337 |
338 ############################################################################## | 338 ############################################################################## |
339 ['variant == turbofan', { | 339 ['variant == turbofan', { |
340 | 340 |
341 # TurboFan cpu profiler result is different. | 341 # TurboFan cpu profiler result is different. |
342 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 342 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
343 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | |
344 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | |
345 | 343 |
346 }], # variant == turbofan | 344 }], # variant == turbofan |
347 | 345 |
348 ############################################################################## | 346 ############################################################################## |
349 ['variant == turbofan_opt', { | 347 ['variant == turbofan_opt', { |
350 # BUG(5193): Flaky. | 348 # BUG(5193): Flaky. |
351 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 349 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
352 }], # variant == turbofan_opt | 350 }], # variant == turbofan_opt |
353 | 351 |
354 ############################################################################## | 352 ############################################################################## |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 # in interpreter. | 410 # in interpreter. |
413 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 411 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
414 | 412 |
415 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 413 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
416 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 414 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
417 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 415 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
418 | 416 |
419 # BUG(4751). Flaky with Ignition. | 417 # BUG(4751). Flaky with Ignition. |
420 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 418 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
421 | 419 |
422 # TurboFan cpu profiler result is different. | |
423 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | |
424 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | |
425 | |
426 # BUG(5193): Flaky. | 420 # BUG(5193): Flaky. |
427 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 421 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
428 }], # variant == ignition_turbofan | 422 }], # variant == ignition_turbofan |
429 | 423 |
430 ############################################################################## | 424 ############################################################################## |
431 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | 425 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
432 # Ongoing implementation of modules. | 426 # Ongoing implementation of modules. |
433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 427 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
434 'test-modules/*': [SKIP], | 428 'test-modules/*': [SKIP], |
435 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 429 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
436 | 430 |
437 ############################################################################## | 431 ############################################################################## |
438 ['variant == asm_wasm', { | 432 ['variant == asm_wasm', { |
439 '*': [SKIP], | 433 '*': [SKIP], |
440 }], # variant == asm_wasm | 434 }], # variant == asm_wasm |
441 | 435 |
442 ] | 436 ] |
OLD | NEW |