| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 'test-heap/TestCodeFlushingPreAged': [FAIL], | 502 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 503 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 503 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 504 'test-heap/TestCodeFlushing': [FAIL], | 504 'test-heap/TestCodeFlushing': [FAIL], |
| 505 'test-heap/TestCodeFlushingIncremental': [FAIL], | 505 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 506 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 506 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 507 | 507 |
| 508 # TODO(rmcilroy,4689): Stack trace line number failures. | 508 # TODO(rmcilroy,4689): Stack trace line number failures. |
| 509 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 509 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
| 510 'test-api/TryCatchMixedNesting': [FAIL], | 510 'test-api/TryCatchMixedNesting': [FAIL], |
| 511 | 511 |
| 512 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | |
| 513 # on nodes (behind --turbo_source_positions flag). | |
| 514 'test-cpu-profiler/TickLinesOptimized': [FAIL], | |
| 515 | |
| 516 # TODO(mythria,4780): Related to type feedback support for calls. | 512 # TODO(mythria,4780): Related to type feedback support for calls. |
| 517 'test-feedback-vector/VectorCallICStates': [FAIL], | 513 'test-feedback-vector/VectorCallICStates': [FAIL], |
| 518 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 514 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
| 519 'test-heap/WeakFunctionInConstructor': [FAIL], | 515 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 520 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 516 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 521 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 517 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 522 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 518 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 523 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 519 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 524 | 520 |
| 525 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 521 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 526 'test-heap/Regress169209': [FAIL], | 522 'test-heap/Regress169209': [FAIL], |
| 527 | 523 |
| 528 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 524 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 529 # in interpreter. | 525 # in interpreter. |
| 530 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 526 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 531 | 527 |
| 532 # TODO(mythria,4680): Incorrect column number on eval. | 528 # TODO(mythria,4680): Incorrect column number on eval. |
| 533 'test-api/PromiseRejectCallback': [FAIL], | 529 'test-api/PromiseRejectCallback': [FAIL], |
| 534 }], # ignition == True | 530 }], # ignition == True |
| 535 | 531 |
| 536 ['ignition == True and msan', { | 532 ['ignition == True and msan', { |
| 537 # TODO(rmcilroy,4680): Uninitialized memory. | 533 # TODO(rmcilroy,4680): Uninitialized memory. |
| 538 'test-debug/*': [SKIP], | 534 'test-debug/*': [SKIP], |
| 539 }], # ignition == True and msan | 535 }], # ignition == True and msan |
| 540 | 536 |
| 541 ] | 537 ] |
| OLD | NEW |