| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL], | 552 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL], |
| 553 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL], | 553 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL], |
| 554 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL], | 554 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL], |
| 555 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL], | 555 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL], |
| 556 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL], | 556 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL], |
| 557 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL], | 557 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL], |
| 558 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL], | 558 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL], |
| 559 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL], | 559 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL], |
| 560 'test-api/Regress470113': [FAIL], | 560 'test-api/Regress470113': [FAIL], |
| 561 'test-api/SubclassGetConstructorName': [FAIL], | 561 'test-api/SubclassGetConstructorName': [FAIL], |
| 562 'test-api/ClassPrototypeCreationContext': [FAIL], | 562 |
| 563 'test-run-jsops/ClassLiteral': [FAIL], | 563 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 564 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 565 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 564 | 566 |
| 565 # TODO(rmcilroy,4681): Requires support for generators. | 567 # TODO(rmcilroy,4681): Requires support for generators. |
| 566 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 568 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 567 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 569 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 568 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 570 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 569 | 571 |
| 570 # TODO(rmcilroy,4680): Strong mode failures. | 572 # TODO(rmcilroy,4680): Strong mode failures. |
| 571 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], | 573 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], |
| 572 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], | 574 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], |
| 573 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], | 575 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 718 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 717 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 719 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 718 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 720 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 719 'test-heap/Regress538257': [PASS, FAIL], | 721 'test-heap/Regress538257': [PASS, FAIL], |
| 720 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 722 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 721 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 723 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 722 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 724 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
| 723 }], # ignition == True and arch == arm64 | 725 }], # ignition == True and arch == arm64 |
| 724 | 726 |
| 725 ] | 727 ] |
| OLD | NEW |