| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'test-heap/TestCodeFlushingIncremental': [FAIL], | 387 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 388 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 388 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 389 'test-heap/TestCodeFlushingPreAged': [FAIL], | 389 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 390 | 390 |
| 391 # BUG(5193): Flaky. | 391 # BUG(5193): Flaky. |
| 392 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 392 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 393 }], # variant == ignition_staging | 393 }], # variant == ignition_staging |
| 394 | 394 |
| 395 ############################################################################## | 395 ############################################################################## |
| 396 ['variant == ignition_turbofan', { | 396 ['variant == ignition_turbofan', { |
| 397 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | |
| 398 # on nodes (behind --turbo_source_positions flag). | |
| 399 'test-cpu-profiler/TickLinesOptimized': [FAIL], | |
| 400 | |
| 401 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 397 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
| 402 'test-heap/TestCodeFlushingPreAged': [FAIL], | 398 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 403 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 399 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 404 'test-heap/TestCodeFlushing': [FAIL], | 400 'test-heap/TestCodeFlushing': [FAIL], |
| 405 'test-heap/TestCodeFlushingIncremental': [FAIL], | 401 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 406 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 402 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 407 | 403 |
| 408 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 404 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 409 'test-heap/Regress169209': [FAIL], | 405 'test-heap/Regress169209': [FAIL], |
| 410 | 406 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 429 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 434 'test-modules/*': [SKIP], | 430 'test-modules/*': [SKIP], |
| 435 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 431 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
| 436 | 432 |
| 437 ############################################################################## | 433 ############################################################################## |
| 438 ['variant == asm_wasm', { | 434 ['variant == asm_wasm', { |
| 439 '*': [SKIP], | 435 '*': [SKIP], |
| 440 }], # variant == asm_wasm | 436 }], # variant == asm_wasm |
| 441 | 437 |
| 442 ] | 438 ] |
| OLD | NEW |