| 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 | 500 |
| 501 # TODO(yangguo,4690): Required DebuggerStatement support. | 501 # TODO(yangguo,4690): Required DebuggerStatement support. |
| 502 'test-profile-generator/BailoutReason': [FAIL], | 502 'test-profile-generator/BailoutReason': [FAIL], |
| 503 | 503 |
| 504 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. | 504 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. |
| 505 'test-run-deopt/DeoptExceptionHandlerCatch': [PASS, FAIL], | 505 'test-run-deopt/DeoptExceptionHandlerCatch': [PASS, FAIL], |
| 506 | 506 |
| 507 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | 507 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. |
| 508 'test-serialize/SerializeToplevelIsolates': [FAIL], | 508 'test-serialize/SerializeToplevelIsolates': [FAIL], |
| 509 | 509 |
| 510 # TODO(rmcilroy,4682): Requires support for classes. | |
| 511 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [
FAIL], | |
| 512 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL], | |
| 513 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL], | |
| 514 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL], | |
| 515 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL], | |
| 516 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL], | |
| 517 'test-inobject-slack-tracking/InobjectPropetiesCountOverflowInSubclass': [FAIL
], | |
| 518 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL], | |
| 519 'test-inobject-slack-tracking/SubclassObjectBuiltin': [FAIL], | |
| 520 'test-inobject-slack-tracking/SubclassObjectBuiltinNoInlineNew': [FAIL], | |
| 521 'test-inobject-slack-tracking/SubclassFunctionBuiltin': [FAIL], | |
| 522 'test-inobject-slack-tracking/SubclassBasic': [FAIL], | |
| 523 'test-inobject-slack-tracking/SubclassFunctionBuiltinNoInlineNew': [FAIL], | |
| 524 'test-inobject-slack-tracking/SubclassNumberBuiltin': [FAIL], | |
| 525 'test-inobject-slack-tracking/SubclassBooleanBuiltinNoInlineNew': [FAIL], | |
| 526 'test-inobject-slack-tracking/SubclassErrorBuiltinNoInlineNew': [FAIL], | |
| 527 'test-inobject-slack-tracking/SubclassErrorBuiltin': [FAIL], | |
| 528 'test-inobject-slack-tracking/SubclassStringBuiltin': [FAIL], | |
| 529 'test-inobject-slack-tracking/SubclassDateBuiltin': [FAIL], | |
| 530 'test-inobject-slack-tracking/SubclassRegExpBuiltin': [FAIL], | |
| 531 'test-inobject-slack-tracking/SubclassStringBuiltinNoInlineNew': [FAIL], | |
| 532 'test-inobject-slack-tracking/SubclassBooleanBuiltin': [FAIL], | |
| 533 'test-inobject-slack-tracking/SubclassDateBuiltinNoInlineNew': [FAIL], | |
| 534 'test-inobject-slack-tracking/SubclassArrayBuiltin': [FAIL], | |
| 535 'test-inobject-slack-tracking/SubclassRegExpBuiltinNoInlineNew': [FAIL], | |
| 536 'test-inobject-slack-tracking/SubclassNumberBuiltinNoInlineNew': [FAIL], | |
| 537 'test-inobject-slack-tracking/SubclassArrayBuiltinNoInlineNew': [FAIL], | |
| 538 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL], | |
| 539 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL], | |
| 540 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL], | |
| 541 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL], | |
| 542 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL], | |
| 543 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL], | |
| 544 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL], | |
| 545 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL], | |
| 546 'test-api/Regress470113': [FAIL], | |
| 547 'test-api/SubclassGetConstructorName': [FAIL], | |
| 548 | |
| 549 # BUG(4333). Function name inferrer does not work for ES6 clases. | 510 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 550 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 511 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 551 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 512 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 552 | 513 |
| 553 # TODO(rmcilroy,4681): Requires support for generators. | 514 # TODO(rmcilroy,4681): Requires support for generators. |
| 554 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 515 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 555 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 516 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 556 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 517 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 557 | 518 |
| 558 # TODO(rmcilroy,4680): Strong mode failures. | 519 # TODO(rmcilroy,4680): Strong mode failures. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 584 'test-api/TryCatchMixedNesting': [PASS, FAIL], | 545 'test-api/TryCatchMixedNesting': [PASS, FAIL], |
| 585 | 546 |
| 586 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure. | 547 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure. |
| 587 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], | 548 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], |
| 588 'test-log-stack-tracer/PureJSStackTrace': [FAIL], | 549 'test-log-stack-tracer/PureJSStackTrace': [FAIL], |
| 589 | 550 |
| 590 # TODO(rmcilroy,4680): Exception message assert failure. | 551 # TODO(rmcilroy,4680): Exception message assert failure. |
| 591 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], | 552 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], |
| 592 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], | 553 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], |
| 593 | 554 |
| 555 # TODO(oth, 4680): Add ThrowIfHole bytecode variants. |
| 556 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL], |
| 557 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL], |
| 558 |
| 594 # TODO(rmcilroy,4680): Test assert errors. | 559 # TODO(rmcilroy,4680): Test assert errors. |
| 595 'test-cpu-profiler/CodeEvents': [FAIL], | 560 'test-cpu-profiler/CodeEvents': [FAIL], |
| 596 'test-cpu-profiler/TickEvents': [FAIL], | 561 'test-cpu-profiler/TickEvents': [FAIL], |
| 597 'test-cpu-profiler/BoundFunctionCall': [FAIL], | 562 'test-cpu-profiler/BoundFunctionCall': [FAIL], |
| 598 'test-cpu-profiler/CollectCpuProfile': [FAIL], | 563 'test-cpu-profiler/CollectCpuProfile': [FAIL], |
| 599 'test-cpu-profiler/CollectSampleAPI': [FAIL], | 564 'test-cpu-profiler/CollectSampleAPI': [FAIL], |
| 600 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], | 565 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], |
| 601 'test-cpu-profiler/FunctionApplySample': [FAIL], | 566 'test-cpu-profiler/FunctionApplySample': [FAIL], |
| 602 'test-cpu-profiler/FunctionCallSample': [FAIL], | 567 'test-cpu-profiler/FunctionCallSample': [FAIL], |
| 603 'test-cpu-profiler/FunctionDetails': [FAIL], | 568 'test-cpu-profiler/FunctionDetails': [FAIL], |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 660 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 696 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 661 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 697 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 662 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 698 'test-heap/Regress538257': [PASS, FAIL], | 663 'test-heap/Regress538257': [PASS, FAIL], |
| 699 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 664 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 700 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 665 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 701 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 666 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
| 702 }], # ignition == True and arch == arm64 | 667 }], # ignition == True and arch == arm64 |
| 703 | 668 |
| 704 ] | 669 ] |
| OLD | NEW |