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

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

Issue 1572333002: [Interpreter] Add StackCheck node to BytecodeGraphBuilder graphs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix skip 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/compiler/bytecode-graph-builder.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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'test-serialize/*' : [SKIP], 483 'test-serialize/*' : [SKIP],
484 484
485 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 485 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
486 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 486 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
487 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 487 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
488 'test-bytecode-generator/TryCatch': [SKIP], 488 'test-bytecode-generator/TryCatch': [SKIP],
489 'test-bytecode-generator/TryFinally': [SKIP], 489 'test-bytecode-generator/TryFinally': [SKIP],
490 'test-compiler/C2JSFrames': [SKIP], 490 'test-compiler/C2JSFrames': [SKIP],
491 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 491 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
492 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 492 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
493 'test-compiler/OptimizedCodeSharing1': [SKIP],
494 'test-compiler/OptimizedCodeSharing2': [SKIP], 493 'test-compiler/OptimizedCodeSharing2': [SKIP],
495 'test-compiler/OptimizedCodeSharing3': [SKIP], 494 'test-compiler/OptimizedCodeSharing3': [SKIP],
496 'test-compiler/Print': [SKIP], 495 'test-compiler/Print': [SKIP],
497 'test-compiler/UncaughtThrow': [SKIP], 496 'test-compiler/UncaughtThrow': [SKIP],
498 'test-decls/CrossScriptDynamicLookup': [SKIP], 497 'test-decls/CrossScriptDynamicLookup': [SKIP],
499 'test-decls/CrossScriptLoadICs': [SKIP],
500 'test-decls/CrossScriptStoreICs': [SKIP],
501 'test-decls/Regress3941': [SKIP],
502 'test-decls/Regress425510': [SKIP], 498 'test-decls/Regress425510': [SKIP],
503 'test-feedback-vector/VectorCallICStates': [SKIP], 499 'test-feedback-vector/VectorCallICStates': [SKIP],
504 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 500 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
505 'test-heap/ArrayShiftSweeping': [SKIP], 501 'test-heap/ArrayShiftSweeping': [SKIP],
506 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 502 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
507 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 503 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
508 'test-heap/CompilationCacheCachingBehavior': [SKIP], 504 'test-heap/CompilationCacheCachingBehavior': [SKIP],
509 'test-heap/CountForcedGC': [SKIP], 505 'test-heap/CountForcedGC': [SKIP],
510 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 506 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
511 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 507 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
512 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 508 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
513 'test-heap/LeakNativeContextViaMap': [SKIP],
514 'test-heap/NextCodeLinkIsWeak': [SKIP],
515 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 509 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
516 'test-heap-profiler/HeapSnapshotCollection': [SKIP], 510 'test-heap-profiler/HeapSnapshotCollection': [SKIP],
517 'test-heap-profiler/HeapSnapshotSimd': [SKIP], 511 'test-heap-profiler/HeapSnapshotSimd': [SKIP],
518 'test-heap-profiler/HeapSnapshotWeakCollection': [SKIP], 512 'test-heap-profiler/HeapSnapshotWeakCollection': [SKIP],
519 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 513 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
520 'test-heap/PromotionQueue': [SKIP], 514 'test-heap/PromotionQueue': [SKIP],
521 'test-heap/Regress159140': [SKIP],
522 'test-heap/Regress169209': [SKIP], 515 'test-heap/Regress169209': [SKIP],
523 'test-heap/Regress1878': [SKIP], 516 'test-heap/Regress1878': [SKIP],
524 'test-heap/Regress357137': [SKIP], 517 'test-heap/Regress357137': [SKIP],
525 'test-heap/Regress3631': [SKIP], 518 'test-heap/Regress3631': [SKIP],
526 'test-heap/Regress388880': [SKIP], 519 'test-heap/Regress388880': [SKIP],
527 'test-heap/Regress513507': [SKIP],
528 'test-heap/Regress514122': [SKIP],
529 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 520 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
530 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 521 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
531 'test-heap/TestCodeFlushingIncremental': [SKIP], 522 'test-heap/TestCodeFlushingIncremental': [SKIP],
532 'test-heap/TestCodeFlushingPreAged': [SKIP], 523 'test-heap/TestCodeFlushingPreAged': [SKIP],
533 'test-heap/TestCodeFlushing': [SKIP], 524 'test-heap/TestCodeFlushing': [SKIP],
534 'test-heap/TestInternalWeakLists': [SKIP],
535 'test-heap/TestInternalWeakListsTraverseWithGC': [SKIP],
536 'test-heap/WeakFunctionInConstructor': [SKIP], 525 'test-heap/WeakFunctionInConstructor': [SKIP],
537 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 526 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
538 'test-log-stack-tracer/JsEntrySp': [SKIP], 527 'test-log-stack-tracer/JsEntrySp': [SKIP],
539 'test-log-stack-tracer/PureCStackTrace': [SKIP], 528 'test-log-stack-tracer/PureCStackTrace': [SKIP],
540 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 529 'test-log-stack-tracer/PureJSStackTrace': [SKIP],
541 'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP], 530 'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP],
542 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 531 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
543 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 532 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
544 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 533 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
545 'test-pipeline/PipelineGeneric': [SKIP], 534 'test-pipeline/PipelineGeneric': [SKIP],
546 'test-pipeline/PipelineTyped': [SKIP], 535 'test-pipeline/PipelineTyped': [SKIP],
547 'test-profile-generator/BailoutReason': [SKIP], 536 'test-profile-generator/BailoutReason': [SKIP],
548 'test-profile-generator/LineNumber': [SKIP], 537 'test-profile-generator/LineNumber': [SKIP],
549 'test-profile-generator/ProfileNodeScriptId': [SKIP], 538 'test-profile-generator/ProfileNodeScriptId': [SKIP],
550 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 539 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
551 'test-run-inlining/InlineTwice': [SKIP], 540 'test-run-inlining/InlineTwice': [SKIP],
552 'test-run-jsbranches/ForOfContinueStatement': [SKIP], 541 'test-run-jsbranches/ForOfContinueStatement': [SKIP],
553 'test-run-jscalls/LookupCall': [SKIP], 542 'test-run-jscalls/LookupCall': [SKIP],
554 'test-run-jsobjects/ArgumentsRest': [SKIP], 543 'test-run-jsobjects/ArgumentsRest': [SKIP],
555 'test-run-jsops/ClassLiteral': [SKIP], 544 'test-run-jsops/ClassLiteral': [SKIP],
556 'test-run-jsops/LookupLoad': [SKIP], 545 'test-run-jsops/LookupLoad': [SKIP],
557 'test-run-jsops/LookupStore': [SKIP], 546 'test-run-jsops/LookupStore': [SKIP],
558 'test-run-stackcheck/TerminateAtMethodEntry': [SKIP],
559 'test-run-variables/ContextInitializeVariables': [SKIP], 547 'test-run-variables/ContextInitializeVariables': [SKIP],
560 'test-run-variables/ContextLoadVariables': [SKIP], 548 'test-run-variables/ContextLoadVariables': [SKIP],
561 'test-run-variables/ContextStoreVariables': [SKIP], 549 'test-run-variables/ContextStoreVariables': [SKIP],
562 'test-run-variables/StackInitializeVariables': [SKIP], 550 'test-run-variables/StackInitializeVariables': [SKIP],
563 'test-run-variables/StackLoadVariables': [SKIP], 551 'test-run-variables/StackLoadVariables': [SKIP],
564 'test-run-variables/StackStoreVariables': [SKIP], 552 'test-run-variables/StackStoreVariables': [SKIP],
565 'test-sampler-api/StackFramesConsistent': [SKIP], 553 'test-sampler-api/StackFramesConsistent': [SKIP],
566 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 554 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
567 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 555 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
568 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 556 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
569 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 557 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
570 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 558 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
571 }], # ignition == True 559 }], # ignition == True
572 560
573 ['ignition == True and arch == arm64', { 561 ['ignition == True and arch == arm64', {
574 'test-js-arm64-variables/lookup_slots': [SKIP], 562 'test-js-arm64-variables/lookup_slots': [SKIP],
575 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 563 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
576 }], # ignition == True and arch == arm64 564 }], # ignition == True and arch == arm64
577 565
578 ] 566 ]
OLDNEW
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698