| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 367 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 368 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 368 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
| 369 | 369 |
| 370 # BUG(4751). Flaky with ignition. | 370 # BUG(4751). Flaky with ignition. |
| 371 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], | 371 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], |
| 372 | 372 |
| 373 # TODO(ignition): Fails due to missing type info when optimizing from bytecode | 373 # TODO(ignition): Fails due to missing type info when optimizing from bytecode |
| 374 # with crankshaft. | 374 # with crankshaft. |
| 375 'test-cpu-profiler/TickLinesOptimized': [SKIP], | 375 'test-cpu-profiler/TickLinesOptimized': [SKIP], |
| 376 | 376 |
| 377 # TurboFan cpu profiler result is different. | |
| 378 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | |
| 379 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | |
| 380 | |
| 381 # BUG(5193): Flaky. | 377 # BUG(5193): Flaky. |
| 382 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 378 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 383 }], # variant == ignition | 379 }], # variant == ignition |
| 384 | 380 |
| 385 ############################################################################## | 381 ############################################################################## |
| 386 ['variant == ignition_staging', { | 382 ['variant == ignition_staging', { |
| 387 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 383 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
| 388 'test-cpu-profiler/TickLinesOptimized': [SKIP], | 384 'test-cpu-profiler/TickLinesOptimized': [SKIP], |
| 389 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 385 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 390 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | |
| 391 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | |
| 392 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 386 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 393 'test-heap/Regress169209': [FAIL], | 387 'test-heap/Regress169209': [FAIL], |
| 394 'test-heap/TestCodeFlushing': [FAIL], | 388 'test-heap/TestCodeFlushing': [FAIL], |
| 395 'test-heap/TestCodeFlushingIncremental': [FAIL], | 389 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 396 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 390 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 397 'test-heap/TestCodeFlushingPreAged': [FAIL], | 391 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 398 | 392 |
| 399 # BUG(5193): Flaky. | 393 # BUG(5193): Flaky. |
| 400 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 394 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 401 }], # variant == ignition_staging | 395 }], # variant == ignition_staging |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 '*': [SKIP], | 433 '*': [SKIP], |
| 440 }], # variant == asm_wasm | 434 }], # variant == asm_wasm |
| 441 | 435 |
| 442 ['variant != ignition and variant != ignition_staging', { | 436 ['variant != ignition and variant != ignition_staging', { |
| 443 # Ongoing implementation of modules. | 437 # Ongoing implementation of modules. |
| 444 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 438 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 445 'test-modules/*': [SKIP], | 439 'test-modules/*': [SKIP], |
| 446 }], # variants != ignition and variant != ignition_staging | 440 }], # variants != ignition and variant != ignition_staging |
| 447 | 441 |
| 448 ] | 442 ] |
| OLD | NEW |