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

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

Issue 1635553002: [Interpreter] Add native function literal support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add back some skips for Arm64 Created 4 years, 11 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
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'test-run-jsexceptions/CatchCall': [FAIL], 520 'test-run-jsexceptions/CatchCall': [FAIL],
521 'test-run-jsexceptions/CatchNested': [FAIL], 521 'test-run-jsexceptions/CatchNested': [FAIL],
522 'test-run-jsexceptions/DeoptCatch': [FAIL], 522 'test-run-jsexceptions/DeoptCatch': [FAIL],
523 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL], 523 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],
524 524
525 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 525 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
526 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 526 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
527 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 527 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
528 'test-bytecode-generator/TryCatch': [SKIP], 528 'test-bytecode-generator/TryCatch': [SKIP],
529 'test-bytecode-generator/TryFinally': [SKIP], 529 'test-bytecode-generator/TryFinally': [SKIP],
530 'test-compiler/C2JSFrames': [SKIP],
531 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 530 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
532 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 531 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
533 'test-compiler/OptimizedCodeSharing2': [SKIP], 532 'test-compiler/OptimizedCodeSharing2': [SKIP],
534 'test-compiler/OptimizedCodeSharing3': [SKIP], 533 'test-compiler/OptimizedCodeSharing3': [SKIP],
535 'test-compiler/Print': [SKIP],
536 'test-decls/CrossScriptDynamicLookup': [SKIP], 534 'test-decls/CrossScriptDynamicLookup': [SKIP],
537 'test-decls/Regress425510': [SKIP], 535 'test-decls/Regress425510': [SKIP],
538 'test-feedback-vector/VectorCallICStates': [SKIP], 536 'test-feedback-vector/VectorCallICStates': [SKIP],
539 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
540 'test-heap/ArrayShiftSweeping': [SKIP],
541 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 537 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
542 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 538 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
543 'test-heap/CompilationCacheCachingBehavior': [SKIP], 539 'test-heap/CompilationCacheCachingBehavior': [SKIP],
544 'test-heap/CountForcedGC': [SKIP],
545 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 540 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
546 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 541 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
547 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
548 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 543 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
549 'test-heap-profiler/HeapSnapshotSimd': [SKIP], 544 'test-heap-profiler/HeapSnapshotSimd': [SKIP],
550 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 545 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
551 'test-heap/PromotionQueue': [SKIP],
552 'test-heap/Regress169209': [SKIP], 546 'test-heap/Regress169209': [SKIP],
553 'test-heap/Regress357137': [SKIP], 547 'test-heap/Regress357137': [SKIP],
554 'test-heap/Regress3631': [SKIP],
555 'test-heap/Regress388880': [SKIP],
556 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 548 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
557 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 549 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
558 'test-heap/TestCodeFlushingIncremental': [SKIP], 550 'test-heap/TestCodeFlushingIncremental': [SKIP],
559 'test-heap/TestCodeFlushingPreAged': [SKIP], 551 'test-heap/TestCodeFlushingPreAged': [SKIP],
560 'test-heap/TestCodeFlushing': [SKIP], 552 'test-heap/TestCodeFlushing': [SKIP],
561 'test-heap/WeakFunctionInConstructor': [SKIP], 553 'test-heap/WeakFunctionInConstructor': [SKIP],
562 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 554 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
563 'test-log-stack-tracer/JsEntrySp': [SKIP],
564 'test-log-stack-tracer/PureCStackTrace': [SKIP],
565 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 555 'test-log-stack-tracer/PureJSStackTrace': [SKIP],
566 'test-parsing/DestructuringNegativeTests': [SKIP], 556 'test-parsing/DestructuringNegativeTests': [SKIP],
567 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 557 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
568 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 558 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
569 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 559 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
570 'test-pipeline/PipelineGeneric': [SKIP], 560 'test-pipeline/PipelineGeneric': [SKIP],
571 'test-pipeline/PipelineTyped': [SKIP], 561 'test-pipeline/PipelineTyped': [SKIP],
572 'test-profile-generator/BailoutReason': [SKIP], 562 'test-profile-generator/BailoutReason': [SKIP],
573 'test-profile-generator/LineNumber': [SKIP], 563 'test-profile-generator/LineNumber': [SKIP],
574 'test-profile-generator/ProfileNodeScriptId': [SKIP], 564 'test-profile-generator/ProfileNodeScriptId': [SKIP],
(...skipping 21 matching lines...) Expand all
596 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
597 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 587 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
598 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 588 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
599 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 589 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
600 }], # ignition == True 590 }], # ignition == True
601 591
602 ['ignition == True and arch == arm64', { 592 ['ignition == True and arch == arm64', {
603 'test-decls/CrossScriptReferencesHarmony': [SKIP], 593 'test-decls/CrossScriptReferencesHarmony': [SKIP],
604 'test-js-arm64-variables/lookup_slots': [SKIP], 594 'test-js-arm64-variables/lookup_slots': [SKIP],
605 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 595 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
596 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
606 'test-heap/Regress538257': [SKIP], 597 'test-heap/Regress538257': [SKIP],
607 }], # ignition == True and arch == arm64 598 }], # ignition == True and arch == arm64
608 599
609 ] 600 ]
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698