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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 | 569 |
570 # TODO(rmcilroy,4680): Strong mode failures. | 570 # TODO(rmcilroy,4680): Strong mode failures. |
571 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], | 571 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], |
572 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], | 572 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], |
573 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], | 573 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], |
574 'test-api/StrongModeAccessCheckBlocked': [FAIL], | 574 'test-api/StrongModeAccessCheckBlocked': [FAIL], |
575 'test-api/AccessorShouldThrowOnError': [FAIL], | 575 'test-api/AccessorShouldThrowOnError': [FAIL], |
576 'test-api/InterceptorShouldThrowOnError': [FAIL], | 576 'test-api/InterceptorShouldThrowOnError': [FAIL], |
577 'test-api/StrongModeAccessCheckAllowed': [FAIL], | 577 'test-api/StrongModeAccessCheckAllowed': [FAIL], |
578 | 578 |
579 # TODO(rmcilroy,4680): FunctionTester SameValue check fails. | |
580 'test-run-variables/StackInitializeVariables': [FAIL], | |
581 'test-run-variables/ContextInitializeVariables': [FAIL], | |
582 'test-run-variables/ContextStoreVariables': [FAIL], | |
583 'test-run-variables/StackStoreVariables': [FAIL], | |
584 'test-run-variables/ContextLoadVariables': [FAIL], | |
585 'test-run-variables/StackLoadVariables': [FAIL], | |
586 | |
587 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 579 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
588 'test-api/SetFunctionEntryHook': [FAIL], | 580 'test-api/SetFunctionEntryHook': [FAIL], |
589 | 581 |
590 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 582 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
591 'test-heap/TestCodeFlushingPreAged': [FAIL], | 583 'test-heap/TestCodeFlushingPreAged': [FAIL], |
592 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 584 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
593 'test-heap/TestCodeFlushing': [FAIL], | 585 'test-heap/TestCodeFlushing': [FAIL], |
594 'test-heap/TestCodeFlushingIncremental': [FAIL], | 586 'test-heap/TestCodeFlushingIncremental': [FAIL], |
595 | 587 |
596 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | 588 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'test-api/TryCatchSourceInfo': [FAIL], | 627 'test-api/TryCatchSourceInfo': [FAIL], |
636 'test-api/SetJitCodeEventHandler': [FAIL], | 628 'test-api/SetJitCodeEventHandler': [FAIL], |
637 'test-heap/WeakFunctionInConstructor': [FAIL], | 629 'test-heap/WeakFunctionInConstructor': [FAIL], |
638 'test-heap/Regress169209': [FAIL], | 630 'test-heap/Regress169209': [FAIL], |
639 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 631 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
640 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 632 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
641 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 633 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
642 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 634 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
643 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 635 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
644 'test-run-inlining/InlineTwice': [FAIL], | 636 'test-run-inlining/InlineTwice': [FAIL], |
645 'test-decls/Regress425510': [FAIL], | |
646 | 637 |
647 # TODO(rmcilroy,4680): Fail on some bot configurations. | 638 # TODO(rmcilroy,4680): Fail on some bot configurations. |
648 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 639 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
649 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 640 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
650 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 641 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
651 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | 642 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], |
652 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 643 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
653 | 644 |
654 # TODO(rmcilroy,4680): Test crashes. | 645 # TODO(rmcilroy,4680): Test crashes. |
655 'test-serialize/PerIsolateSnapshotBlobs': [SKIP], | 646 'test-serialize/PerIsolateSnapshotBlobs': [SKIP], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 707 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
717 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 708 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
718 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 709 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
719 'test-heap/Regress538257': [PASS, FAIL], | 710 'test-heap/Regress538257': [PASS, FAIL], |
720 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 711 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
721 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 712 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
722 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 713 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
723 }], # ignition == True and arch == arm64 | 714 }], # ignition == True and arch == arm64 |
724 | 715 |
725 ] | 716 ] |
OLD | NEW |