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

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

Issue 1640683002: [interpreter] Fix BytecodeGraphBuilder for disabled deopt. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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') | no next file » | 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'test-heap/TestCodeFlushingIncremental': [SKIP], 547 'test-heap/TestCodeFlushingIncremental': [SKIP],
548 'test-heap/TestCodeFlushingPreAged': [SKIP], 548 'test-heap/TestCodeFlushingPreAged': [SKIP],
549 'test-heap/TestCodeFlushing': [SKIP], 549 'test-heap/TestCodeFlushing': [SKIP],
550 'test-heap/WeakFunctionInConstructor': [SKIP], 550 'test-heap/WeakFunctionInConstructor': [SKIP],
551 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 551 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
552 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 552 'test-log-stack-tracer/PureJSStackTrace': [SKIP],
553 'test-parsing/DestructuringNegativeTests': [SKIP], 553 'test-parsing/DestructuringNegativeTests': [SKIP],
554 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 554 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
555 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 555 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
556 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 556 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
557 'test-pipeline/PipelineGeneric': [SKIP],
558 'test-pipeline/PipelineTyped': [SKIP],
559 'test-profile-generator/BailoutReason': [SKIP], 557 'test-profile-generator/BailoutReason': [SKIP],
560 'test-profile-generator/LineNumber': [SKIP], 558 'test-profile-generator/LineNumber': [SKIP],
561 'test-profile-generator/ProfileNodeScriptId': [SKIP], 559 'test-profile-generator/ProfileNodeScriptId': [SKIP],
562 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 560 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
563 'test-run-inlining/InlineTwice': [SKIP], 561 'test-run-inlining/InlineTwice': [SKIP],
564 'test-run-jscalls/LookupCall': [SKIP], 562 'test-run-jscalls/LookupCall': [SKIP],
565 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP], 563 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP],
566 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 564 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
567 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 565 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
568 'test-run-jsobjects/ArgumentsRest': [SKIP], 566 'test-run-jsobjects/ArgumentsRest': [SKIP],
(...skipping 19 matching lines...) Expand all
588 586
589 ['ignition == True and arch == arm64', { 587 ['ignition == True and arch == arm64', {
590 'test-decls/CrossScriptReferencesHarmony': [SKIP], 588 'test-decls/CrossScriptReferencesHarmony': [SKIP],
591 'test-js-arm64-variables/lookup_slots': [SKIP], 589 'test-js-arm64-variables/lookup_slots': [SKIP],
592 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 590 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
593 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 591 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
594 'test-heap/Regress538257': [SKIP], 592 'test-heap/Regress538257': [SKIP],
595 }], # ignition == True and arch == arm64 593 }], # ignition == True and arch == arm64
596 594
597 ] 595 ]
OLDNEW
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698