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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 528 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
529 'test-api/SetFunctionEntryHook': [FAIL], | 529 'test-api/SetFunctionEntryHook': [FAIL], |
530 | 530 |
531 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 531 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
532 'test-heap/TestCodeFlushingPreAged': [FAIL], | 532 'test-heap/TestCodeFlushingPreAged': [FAIL], |
533 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 533 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
534 'test-heap/TestCodeFlushing': [FAIL], | 534 'test-heap/TestCodeFlushing': [FAIL], |
535 'test-heap/TestCodeFlushingIncremental': [FAIL], | 535 'test-heap/TestCodeFlushingIncremental': [FAIL], |
536 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 536 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
537 | 537 |
538 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | |
539 'test-compiler/OptimizedCodeSharing2': [FAIL], | |
540 'test-compiler/OptimizedCodeSharing3': [FAIL], | |
541 | |
542 # TODO(rmcilroy,4689): Stack trace line number failures. | 538 # TODO(rmcilroy,4689): Stack trace line number failures. |
543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 539 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
544 'test-api/TryCatchMixedNesting': [FAIL], | 540 'test-api/TryCatchMixedNesting': [FAIL], |
545 | 541 |
546 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 542 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
547 # on nodes (behind --turbo_source_positions flag). | 543 # on nodes (behind --turbo_source_positions flag). |
548 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 544 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
549 | 545 |
550 # TODO(rmcilroy,4680): Test assert errors. | 546 # TODO(rmcilroy,4680): Test assert errors. |
551 'test-feedback-vector/VectorCallICStates': [FAIL], | 547 'test-feedback-vector/VectorCallICStates': [FAIL], |
552 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 548 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
553 'test-api/PromiseRejectCallback': [FAIL], | 549 'test-api/PromiseRejectCallback': [FAIL], |
554 'test-heap/WeakFunctionInConstructor': [FAIL], | 550 'test-heap/WeakFunctionInConstructor': [FAIL], |
555 'test-heap/Regress169209': [FAIL], | 551 'test-heap/Regress169209': [FAIL], |
556 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 552 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 553 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 554 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
559 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 555 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 556 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
561 'test-run-inlining/InlineTwice': [FAIL], | 557 'test-run-inlining/InlineTwice': [FAIL], |
562 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 558 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
563 | 559 |
564 }], # ignition == True | 560 }], # ignition == True |
565 | 561 |
566 ] | 562 ] |
OLD | NEW |