Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/cctest/cctest.status

Issue 1689573004: [interpreter] Support for ES6 super keyword. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(rmcilroy,4680): Check failed: toplevel_test_code_event_found. 504 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found.
505 'test-serialize/SerializeToplevelIsolates': [FAIL], 505 'test-serialize/SerializeToplevelIsolates': [FAIL],
506 506
507 # TODO(rmcilroy,4682): Requires support for classes.
508 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [ FAIL],
509 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL],
510 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL],
511 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL],
512 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL],
513 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL],
514 'test-inobject-slack-tracking/InobjectPropetiesCountOverflowInSubclass': [FAIL ],
515 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL],
516 'test-inobject-slack-tracking/SubclassObjectBuiltin': [FAIL],
517 'test-inobject-slack-tracking/SubclassObjectBuiltinNoInlineNew': [FAIL],
518 'test-inobject-slack-tracking/SubclassFunctionBuiltin': [FAIL],
519 'test-inobject-slack-tracking/SubclassBasic': [FAIL],
520 'test-inobject-slack-tracking/SubclassFunctionBuiltinNoInlineNew': [FAIL],
521 'test-inobject-slack-tracking/SubclassNumberBuiltin': [FAIL],
522 'test-inobject-slack-tracking/SubclassBooleanBuiltinNoInlineNew': [FAIL],
523 'test-inobject-slack-tracking/SubclassErrorBuiltinNoInlineNew': [FAIL],
524 'test-inobject-slack-tracking/SubclassErrorBuiltin': [FAIL],
525 'test-inobject-slack-tracking/SubclassStringBuiltin': [FAIL],
526 'test-inobject-slack-tracking/SubclassDateBuiltin': [FAIL],
527 'test-inobject-slack-tracking/SubclassRegExpBuiltin': [FAIL],
528 'test-inobject-slack-tracking/SubclassStringBuiltinNoInlineNew': [FAIL],
529 'test-inobject-slack-tracking/SubclassBooleanBuiltin': [FAIL],
530 'test-inobject-slack-tracking/SubclassDateBuiltinNoInlineNew': [FAIL],
531 'test-inobject-slack-tracking/SubclassArrayBuiltin': [FAIL],
532 'test-inobject-slack-tracking/SubclassRegExpBuiltinNoInlineNew': [FAIL],
533 'test-inobject-slack-tracking/SubclassNumberBuiltinNoInlineNew': [FAIL],
534 'test-inobject-slack-tracking/SubclassArrayBuiltinNoInlineNew': [FAIL],
535 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL],
536 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL],
537 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL],
538 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL],
539 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL],
540 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL],
541 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL],
542 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL],
543 'test-api/Regress470113': [FAIL],
544 'test-api/SubclassGetConstructorName': [FAIL],
545
546 # BUG(4333). Function name inferrer does not work for ES6 clases. 507 # BUG(4333). Function name inferrer does not work for ES6 clases.
547 'test-func-name-inference/UpperCaseClass': [TIMEOUT], 508 'test-func-name-inference/UpperCaseClass': [TIMEOUT],
548 'test-func-name-inference/LowerCaseClass': [TIMEOUT], 509 'test-func-name-inference/LowerCaseClass': [TIMEOUT],
549 510
550 # TODO(rmcilroy,4681): Requires support for generators. 511 # TODO(rmcilroy,4681): Requires support for generators.
551 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], 512 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
552 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], 513 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
553 'test-api/IsGeneratorFunctionOrObject': [FAIL], 514 'test-api/IsGeneratorFunctionOrObject': [FAIL],
554 515
555 # TODO(rmcilroy,4680): Strong mode failures. 516 # TODO(rmcilroy,4680): Strong mode failures.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 603 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
643 604
644 # TODO(rmcilroy,4680): Test assert errors. 605 # TODO(rmcilroy,4680): Test assert errors.
645 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 606 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
646 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 607 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
647 }], 608 }],
648 609
649 ['ignition == True and arch == arm64', { 610 ['ignition == True and arch == arm64', {
650 # TODO(rmcilroy,4680): Arm64 specific crashes. 611 # TODO(rmcilroy,4680): Arm64 specific crashes.
651 'test-api/ExternalWrap': [SKIP], 612 'test-api/ExternalWrap': [SKIP],
613 'test-api/Regress470113': [SKIP],
652 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 614 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
653 615
654 # TODO(rmcilroy,4680): Arm64 flakes. 616 # TODO(rmcilroy,4680): Arm64 flakes.
655 'test-serialize/SerializeInternalReference': [PASS, FAIL], 617 'test-serialize/SerializeInternalReference': [PASS, FAIL],
656 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 618 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
657 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 619 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
658 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], 620 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL],
659 'test-heap/Regress538257': [PASS, FAIL], 621 'test-heap/Regress538257': [PASS, FAIL],
660 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 622 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
661 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 623 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
662 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 624 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
663 }], # ignition == True and arch == arm64 625 }], # ignition == True and arch == arm64
664 626
665 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698