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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 418 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
419 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 419 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
420 | 420 |
421 # BUG(4751). Flaky with Ignition. | 421 # BUG(4751). Flaky with Ignition. |
422 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 422 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
423 | 423 |
424 # TurboFan cpu profiler result is different. | 424 # TurboFan cpu profiler result is different. |
425 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | 425 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
426 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | 426 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
427 | 427 |
| 428 # TODO(vogelheim,5548): Turbofan does support cached accessors. |
| 429 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], |
| 430 |
428 # BUG(5193): Flaky. | 431 # BUG(5193): Flaky. |
429 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 432 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
430 }], # variant == turbofan or variant == ignition_turbofan | 433 }], # variant == turbofan or variant == ignition_turbofan |
431 | 434 |
432 ############################################################################## | 435 ############################################################################## |
433 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | 436 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
434 # Ongoing implementation of modules. | 437 # Ongoing implementation of modules. |
435 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 438 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
436 'test-modules/*': [SKIP], | 439 'test-modules/*': [SKIP], |
437 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 440 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
438 | 441 |
439 ############################################################################## | 442 ############################################################################## |
440 ['variant == asm_wasm', { | 443 ['variant == asm_wasm', { |
441 '*': [SKIP], | 444 '*': [SKIP], |
442 }], # variant == asm_wasm | 445 }], # variant == asm_wasm |
443 | 446 |
444 ] | 447 ] |
OLD | NEW |