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

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 19 matching lines...) Expand all
575 'test-compiler/OptimizedCodeSharing3': [FAIL], 536 'test-compiler/OptimizedCodeSharing3': [FAIL],
576 537
577 # TODO(rmcilroy,4689): Stack trace line number failures. 538 # TODO(rmcilroy,4689): Stack trace line number failures.
578 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 539 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
579 'test-api/TryCatchMixedNesting': [PASS, FAIL], 540 'test-api/TryCatchMixedNesting': [PASS, FAIL],
580 541
581 # TODO(rmcilroy,4680): Exception message assert failure. 542 # TODO(rmcilroy,4680): Exception message assert failure.
582 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], 543 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
583 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL], 544 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
584 545
546 # TODO(oth, 4680): Add ThrowIfHole bytecode variants.
547 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL],
548 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL],
549
585 # TODO(rmcilroy,4680): Test assert errors. 550 # TODO(rmcilroy,4680): Test assert errors.
586 'test-cpu-profiler/CodeEvents': [FAIL], 551 'test-cpu-profiler/CodeEvents': [FAIL],
587 'test-cpu-profiler/TickEvents': [FAIL], 552 'test-cpu-profiler/TickEvents': [FAIL],
588 'test-cpu-profiler/BoundFunctionCall': [FAIL], 553 'test-cpu-profiler/BoundFunctionCall': [FAIL],
589 'test-cpu-profiler/CollectCpuProfile': [FAIL], 554 'test-cpu-profiler/CollectCpuProfile': [FAIL],
590 'test-cpu-profiler/CollectSampleAPI': [FAIL], 555 'test-cpu-profiler/CollectSampleAPI': [FAIL],
591 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], 556 'test-cpu-profiler/CpuProfileDeepStack': [FAIL],
592 'test-cpu-profiler/FunctionApplySample': [FAIL], 557 'test-cpu-profiler/FunctionApplySample': [FAIL],
593 'test-cpu-profiler/FunctionCallSample': [FAIL], 558 'test-cpu-profiler/FunctionCallSample': [FAIL],
594 'test-cpu-profiler/FunctionDetails': [FAIL], 559 'test-cpu-profiler/FunctionDetails': [FAIL],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 621 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
657 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 622 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
658 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], 623 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL],
659 'test-heap/Regress538257': [PASS, FAIL], 624 'test-heap/Regress538257': [PASS, FAIL],
660 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 625 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
661 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 626 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
662 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 627 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
663 }], # ignition == True and arch == arm64 628 }], # ignition == True and arch == arm64
664 629
665 ] 630 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698