| 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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(). | 538 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
| 539 'test-compiler/OptimizedCodeSharing2': [FAIL], | 539 'test-compiler/OptimizedCodeSharing2': [FAIL], |
| 540 'test-compiler/OptimizedCodeSharing3': [FAIL], | 540 'test-compiler/OptimizedCodeSharing3': [FAIL], |
| 541 | 541 |
| 542 # TODO(rmcilroy,4689): Stack trace line number failures. | 542 # TODO(rmcilroy,4689): Stack trace line number failures. |
| 543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
| 544 'test-api/TryCatchMixedNesting': [FAIL], | 544 'test-api/TryCatchMixedNesting': [FAIL], |
| 545 | 545 |
| 546 # TODO(4680): Related to lack of code-ageing in interpreter. | |
| 547 'test-heap/Regress169209': [FAIL], | |
| 548 | |
| 549 # TODO(4680): Related to lack of code-ageing and/or lack of compilation cache | |
| 550 # in interpreter. | |
| 551 'test-heap/CompilationCacheCachingBehavior': [FAIL], | |
| 552 | |
| 553 # TODO(4680): Use CallConstructStub for new operator. | |
| 554 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | |
| 555 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | |
| 556 'test-heap/WeakFunctionInConstructor': [FAIL], | |
| 557 | |
| 558 # TODO(rmcilroy,4680): Test assert errors. | 546 # TODO(rmcilroy,4680): Test assert errors. |
| 559 'test-cpu-profiler/CodeEvents': [FAIL], | 547 'test-cpu-profiler/CodeEvents': [FAIL], |
| 560 'test-cpu-profiler/TickEvents': [FAIL], | 548 'test-cpu-profiler/TickEvents': [FAIL], |
| 561 'test-cpu-profiler/BoundFunctionCall': [FAIL], | 549 'test-cpu-profiler/BoundFunctionCall': [FAIL], |
| 562 'test-cpu-profiler/CollectCpuProfile': [FAIL], | 550 'test-cpu-profiler/CollectCpuProfile': [FAIL], |
| 563 'test-cpu-profiler/CollectSampleAPI': [FAIL], | 551 'test-cpu-profiler/CollectSampleAPI': [FAIL], |
| 564 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], | 552 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], |
| 565 'test-cpu-profiler/FunctionApplySample': [FAIL], | 553 'test-cpu-profiler/FunctionApplySample': [FAIL], |
| 566 'test-cpu-profiler/FunctionCallSample': [FAIL], | 554 'test-cpu-profiler/FunctionCallSample': [FAIL], |
| 567 'test-cpu-profiler/FunctionDetails': [FAIL], | 555 'test-cpu-profiler/FunctionDetails': [FAIL], |
| 568 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], | 556 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], |
| 569 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], | 557 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], |
| 570 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], | 558 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], |
| 571 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | 559 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], |
| 572 'test-cpu-profiler/JsNativeJsSample': [FAIL], | 560 'test-cpu-profiler/JsNativeJsSample': [FAIL], |
| 573 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | 561 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], |
| 574 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], | 562 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], |
| 575 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | 563 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], |
| 576 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], | 564 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], |
| 577 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], | 565 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], |
| 578 'test-sampler-api/StackFramesConsistent': [FAIL], | 566 'test-sampler-api/StackFramesConsistent': [FAIL], |
| 579 'test-profile-generator/LineNumber': [FAIL], | 567 'test-profile-generator/LineNumber': [FAIL], |
| 580 'test-profile-generator/ProfileNodeScriptId': [FAIL], | 568 'test-profile-generator/ProfileNodeScriptId': [FAIL], |
| 581 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], | 569 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], |
| 570 'test-feedback-vector/VectorCallICStates': [FAIL], |
| 571 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
| 582 'test-api/PromiseRejectCallback': [FAIL], | 572 'test-api/PromiseRejectCallback': [FAIL], |
| 583 'test-api/SetJitCodeEventHandler': [FAIL], | 573 'test-api/SetJitCodeEventHandler': [FAIL], |
| 574 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 575 'test-heap/Regress169209': [FAIL], |
| 576 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 577 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 578 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 579 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 580 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 584 'test-run-inlining/InlineTwice': [FAIL], | 581 'test-run-inlining/InlineTwice': [FAIL], |
| 585 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 582 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 586 }], # ignition == True | 583 }], # ignition == True |
| 587 | 584 |
| 588 ['ignition == True and arch == x64', { | 585 ['ignition == True and arch == x64', { |
| 589 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 586 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
| 590 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], | 587 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], |
| 591 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], | 588 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], |
| 592 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], | 589 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], |
| 593 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], | 590 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], |
| 594 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], | 591 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], |
| 595 | 592 |
| 596 # TODO(rmcilroy,4680): Test assert errors. | 593 # TODO(rmcilroy,4680): Test assert errors. |
| 597 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 594 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
| 598 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 595 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
| 599 }], | 596 }], |
| 600 | 597 |
| 601 ] | 598 ] |
| OLD | NEW |