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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 # in interpreter. | 422 # in interpreter. |
423 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 423 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
424 | 424 |
425 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 425 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
426 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 426 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
427 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 427 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
428 | 428 |
429 # BUG(4751). Flaky with Ignition. | 429 # BUG(4751). Flaky with Ignition. |
430 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 430 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
431 | 431 |
432 # TurboFan cpu profiler result is different. | |
433 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | |
434 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | |
435 | |
436 # BUG(5193): Flaky. | 432 # BUG(5193): Flaky. |
437 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 433 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
438 }], # variant == turbofan or variant == ignition_turbofan | 434 }], # variant == turbofan or variant == ignition_turbofan |
439 | 435 |
440 ############################################################################## | 436 ############################################################################## |
441 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | 437 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
442 # Ongoing implementation of modules. | 438 # Ongoing implementation of modules. |
443 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 439 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
444 'test-modules/*': [SKIP], | 440 'test-modules/*': [SKIP], |
445 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 441 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
446 | 442 |
447 ############################################################################## | 443 ############################################################################## |
448 ['variant == asm_wasm', { | 444 ['variant == asm_wasm', { |
449 '*': [SKIP], | 445 '*': [SKIP], |
450 }], # variant == asm_wasm | 446 }], # variant == asm_wasm |
451 | 447 |
452 ] | 448 ] |
OLD | NEW |