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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 'test-debug/DebugStepForContinue': [FAIL], | 515 'test-debug/DebugStepForContinue': [FAIL], |
516 'test-debug/DebugStepForIn': [FAIL], | 516 'test-debug/DebugStepForIn': [FAIL], |
517 'test-debug/DebugStepDoWhile': [FAIL], | 517 'test-debug/DebugStepDoWhile': [FAIL], |
518 'test-debug/DebugConditional': [FAIL], | 518 'test-debug/DebugConditional': [FAIL], |
519 'test-debug/DebugStepForBreak': [FAIL], | 519 'test-debug/DebugStepForBreak': [FAIL], |
520 'test-debug/DebugStepWith': [FAIL], | 520 'test-debug/DebugStepWith': [FAIL], |
521 'test-debug/DebugStepFunctionApply': [FAIL], | 521 'test-debug/DebugStepFunctionApply': [FAIL], |
522 'test-debug/StepInOutBranch': [FAIL], | 522 'test-debug/StepInOutBranch': [FAIL], |
523 'test-debug/DebugStepFunctionCall': [FAIL], | 523 'test-debug/DebugStepFunctionCall': [FAIL], |
524 | 524 |
525 # TODO(yangguo,4690): Required DebuggerStatement support. | |
526 'test-profile-generator/BailoutReason': [FAIL], | |
527 | |
528 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | 525 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. |
529 'test-serialize/SerializeToplevelIsolates': [FAIL], | 526 'test-serialize/SerializeToplevelIsolates': [FAIL], |
530 | 527 |
531 # BUG(4333). Function name inferrer does not work for ES6 clases. | 528 # BUG(4333). Function name inferrer does not work for ES6 clases. |
532 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 529 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
533 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 530 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
534 | 531 |
535 # TODO(rmcilroy,4681): Requires support for generators. | 532 # TODO(rmcilroy,4681): Requires support for generators. |
536 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 533 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
537 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 534 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
(...skipping 19 matching lines...) Expand all Loading... |
557 | 554 |
558 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | 555 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
559 'test-compiler/OptimizedCodeSharing2': [FAIL], | 556 'test-compiler/OptimizedCodeSharing2': [FAIL], |
560 'test-compiler/OptimizedCodeSharing3': [FAIL], | 557 'test-compiler/OptimizedCodeSharing3': [FAIL], |
561 | 558 |
562 # TODO(rmcilroy,4689): Stack trace line number failures. | 559 # TODO(rmcilroy,4689): Stack trace line number failures. |
563 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 560 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
564 'test-api/TryCatchMixedNesting': [FAIL], | 561 'test-api/TryCatchMixedNesting': [FAIL], |
565 | 562 |
566 # TODO(rmcilroy,4680): Test assert errors. | 563 # TODO(rmcilroy,4680): Test assert errors. |
567 'test-cpu-profiler/CodeEvents': [FAIL], | |
568 'test-cpu-profiler/TickEvents': [FAIL], | |
569 'test-cpu-profiler/BoundFunctionCall': [FAIL], | |
570 'test-cpu-profiler/CollectCpuProfile': [FAIL], | |
571 'test-cpu-profiler/CollectSampleAPI': [FAIL], | |
572 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], | |
573 'test-cpu-profiler/FunctionApplySample': [FAIL], | |
574 'test-cpu-profiler/FunctionCallSample': [FAIL], | |
575 'test-cpu-profiler/FunctionDetails': [FAIL], | |
576 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], | |
577 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], | |
578 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], | |
579 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | |
580 'test-cpu-profiler/JsNativeJsSample': [FAIL], | |
581 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | |
582 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], | |
583 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | |
584 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], | |
585 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], | |
586 'test-sampler-api/StackFramesConsistent': [FAIL], | |
587 'test-profile-generator/LineNumber': [FAIL], | |
588 'test-profile-generator/ProfileNodeScriptId': [FAIL], | |
589 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], | |
590 'test-feedback-vector/VectorCallICStates': [FAIL], | 564 'test-feedback-vector/VectorCallICStates': [FAIL], |
591 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 565 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
592 'test-api/PromiseRejectCallback': [FAIL], | 566 'test-api/PromiseRejectCallback': [FAIL], |
593 'test-api/SetJitCodeEventHandler': [FAIL], | |
594 'test-heap/WeakFunctionInConstructor': [FAIL], | 567 'test-heap/WeakFunctionInConstructor': [FAIL], |
595 'test-heap/Regress169209': [FAIL], | 568 'test-heap/Regress169209': [FAIL], |
596 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 569 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
597 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 570 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
598 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 571 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
599 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 572 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
600 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 573 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
601 'test-run-inlining/InlineTwice': [FAIL], | 574 'test-run-inlining/InlineTwice': [FAIL], |
602 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 575 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
603 }], # ignition == True | 576 }], # ignition == True |
604 | 577 |
605 ['ignition == True and arch == x64', { | 578 ['ignition == True and arch == x64', { |
606 # 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 |
607 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], | 580 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], |
608 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], | 581 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], |
609 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], | 582 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], |
610 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], | 583 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], |
611 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], | 584 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], |
612 | 585 |
613 # TODO(rmcilroy,4680): Test assert errors. | 586 # TODO(rmcilroy,4680): Test assert errors. |
614 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 587 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
615 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 588 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
616 | 589 |
617 # TODO(rmcilroy,mattloring). | 590 # TODO(rmcilroy,mattloring). |
618 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], | 591 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], |
619 }], | 592 }], |
620 | 593 |
621 ] | 594 ] |
OLD | NEW |