| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 | 494 |
| 495 }], # 'arch == ppc64 and simulator_run == True' | 495 }], # 'arch == ppc64 and simulator_run == True' |
| 496 | 496 |
| 497 ['ignition == True', { | 497 ['ignition == True', { |
| 498 # TODO(yangguo,4690): Enable debugger support for Ignition. | 498 # TODO(yangguo,4690): Enable debugger support for Ignition. |
| 499 'test-debug/*' : [SKIP], | 499 'test-debug/*' : [SKIP], |
| 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. | |
| 505 'test-run-deopt/DeoptExceptionHandlerCatch': [PASS, FAIL], | |
| 506 | |
| 507 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | 504 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. |
| 508 'test-serialize/SerializeToplevelIsolates': [FAIL], | 505 'test-serialize/SerializeToplevelIsolates': [FAIL], |
| 509 | 506 |
| 510 # TODO(rmcilroy,4682): Requires support for classes. | 507 # TODO(rmcilroy,4682): Requires support for classes. |
| 511 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [
FAIL], | 508 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [
FAIL], |
| 512 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL], | 509 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL], |
| 513 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL], | 510 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL], |
| 514 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL], | 511 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL], |
| 515 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL], | 512 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL], |
| 516 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL], | 513 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL], |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 656 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 660 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 657 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 661 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], | 658 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], |
| 662 'test-heap/Regress538257': [PASS, FAIL], | 659 'test-heap/Regress538257': [PASS, FAIL], |
| 663 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 660 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 664 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 661 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 665 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 662 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
| 666 }], # ignition == True and arch == arm64 | 663 }], # ignition == True and arch == arm64 |
| 667 | 664 |
| 668 ] | 665 ] |
| OLD | NEW |