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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 535 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
536 | 536 |
537 # TODO(rmcilroy,4689): Stack trace line number failures. | 537 # TODO(rmcilroy,4689): Stack trace line number failures. |
538 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 538 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
539 'test-api/TryCatchMixedNesting': [FAIL], | 539 'test-api/TryCatchMixedNesting': [FAIL], |
540 | 540 |
541 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 541 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
542 # on nodes (behind --turbo_source_positions flag). | 542 # on nodes (behind --turbo_source_positions flag). |
543 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 543 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
544 | 544 |
545 # TODO(rmcilroy,4680): Test assert errors. | 545 # TODO(mythria,4780): Related to type feedback support for calls. |
546 'test-feedback-vector/VectorCallICStates': [FAIL], | 546 'test-feedback-vector/VectorCallICStates': [FAIL], |
547 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 547 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
548 'test-api/PromiseRejectCallback': [FAIL], | |
549 'test-heap/WeakFunctionInConstructor': [FAIL], | 548 'test-heap/WeakFunctionInConstructor': [FAIL], |
550 'test-heap/Regress169209': [FAIL], | |
551 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 549 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
552 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 550 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
553 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 551 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 552 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 553 |
| 554 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 555 'test-heap/Regress169209': [FAIL], |
| 556 |
| 557 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 558 # in interpreter. |
554 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 559 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
555 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 560 |
| 561 # TODO(mythria,4680): Incorrect column number on eval. |
| 562 'test-api/PromiseRejectCallback': [FAIL], |
| 563 |
| 564 # TODO(rmcilroy,4680): Test assert errors. |
556 'test-run-inlining/InlineTwice': [FAIL], | 565 'test-run-inlining/InlineTwice': [FAIL], |
557 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch
== arm64', PASS]], | |
558 | 566 |
559 }], # ignition == True | 567 }], # ignition == True |
560 | 568 |
561 ] | 569 ] |
OLD | NEW |