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

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

Issue 1647913002: [Interpreter] Set bytecode array in Runtime_SetCode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add skip for Arm 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
« no previous file with comments | « src/runtime/runtime-function.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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'test-api/ExternalArrays': [PASS, SLOW], 501 'test-api/ExternalArrays': [PASS, SLOW],
502 502
503 }], # 'arch == ppc64 and simulator_run == True' 503 }], # 'arch == ppc64 and simulator_run == True'
504 504
505 ['ignition == True', { 505 ['ignition == True', {
506 'test-api/*' : [SKIP], 506 'test-api/*' : [SKIP],
507 'test-cpu-profiler/*' : [SKIP], 507 'test-cpu-profiler/*' : [SKIP],
508 'test-debug/*' : [SKIP], 508 'test-debug/*' : [SKIP],
509 'test-func-name-inference/*' : [SKIP], 509 'test-func-name-inference/*' : [SKIP],
510 'test-inobject-slack-tracking/*' : [SKIP], 510 'test-inobject-slack-tracking/*' : [SKIP],
511 'test-serialize/*' : [SKIP],
512 511
513 # TODO(mstarzinger,4674): Message object is not properly cleared. 512 # TODO(mstarzinger,4674): Message object is not properly cleared.
514 'test-heap/MessageObjectLeak': [FAIL], 513 'test-heap/MessageObjectLeak': [FAIL],
515 514
516 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. 515 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
517 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL], 516 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
518 'test-run-jsexceptions/Catch': [FAIL], 517 'test-run-jsexceptions/Catch': [FAIL],
519 'test-run-jsexceptions/CatchBreak': [FAIL], 518 'test-run-jsexceptions/CatchBreak': [FAIL],
520 'test-run-jsexceptions/CatchCall': [FAIL], 519 'test-run-jsexceptions/CatchCall': [FAIL],
521 'test-run-jsexceptions/CatchNested': [FAIL], 520 'test-run-jsexceptions/CatchNested': [FAIL],
522 'test-run-jsexceptions/DeoptCatch': [FAIL], 521 'test-run-jsexceptions/DeoptCatch': [FAIL],
523 522
523 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type.
524 'test-serialize/SerializeInternalReference': [FAIL],
525
526 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found.
527 'test-serialize/SerializeToplevelIsolates': [FAIL],
528
524 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 529 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
525 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 530 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
526 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 531 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
527 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 532 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
528 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 533 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
529 'test-compiler/OptimizedCodeSharing2': [SKIP], 534 'test-compiler/OptimizedCodeSharing2': [SKIP],
530 'test-compiler/OptimizedCodeSharing3': [SKIP], 535 'test-compiler/OptimizedCodeSharing3': [SKIP],
531 'test-decls/CrossScriptDynamicLookup': [SKIP], 536 'test-decls/CrossScriptDynamicLookup': [SKIP],
532 'test-decls/Regress425510': [SKIP], 537 'test-decls/Regress425510': [SKIP],
533 'test-feedback-vector/VectorCallICStates': [SKIP], 538 'test-feedback-vector/VectorCallICStates': [SKIP],
534 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 539 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
535 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 540 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
536 'test-heap/CompilationCacheCachingBehavior': [SKIP], 541 'test-heap/CompilationCacheCachingBehavior': [SKIP],
537 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 542 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
538 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 543 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
539 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 544 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
540 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 545 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
541 'test-heap-profiler/HeapSnapshotSimd': [SKIP],
542 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 546 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
543 'test-heap/Regress169209': [SKIP], 547 'test-heap/Regress169209': [SKIP],
544 'test-heap/Regress357137': [SKIP], 548 'test-heap/Regress357137': [SKIP],
545 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 549 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
546 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 550 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
547 'test-heap/TestCodeFlushingIncremental': [SKIP], 551 'test-heap/TestCodeFlushingIncremental': [SKIP],
548 'test-heap/TestCodeFlushingPreAged': [SKIP], 552 'test-heap/TestCodeFlushingPreAged': [SKIP],
549 'test-heap/TestCodeFlushing': [SKIP], 553 'test-heap/TestCodeFlushing': [SKIP],
550 'test-heap/WeakFunctionInConstructor': [SKIP], 554 'test-heap/WeakFunctionInConstructor': [SKIP],
551 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 555 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
(...skipping 27 matching lines...) Expand all
579 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 583 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
580 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 584 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
581 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 585 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
582 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 586 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
583 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 587 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
584 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 588 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
585 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 589 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
586 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 590 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
587 }], # ignition == True 591 }], # ignition == True
588 592
593 ['ignition == True and arch == arm', {
594 'test-serialize/SerializeInternalReference': [SKIP],
595 }],
596
589 ['ignition == True and arch == arm64', { 597 ['ignition == True and arch == arm64', {
590 'test-decls/CrossScriptReferencesHarmony': [SKIP], 598 'test-decls/CrossScriptReferencesHarmony': [SKIP],
591 'test-js-arm64-variables/lookup_slots': [SKIP], 599 'test-js-arm64-variables/lookup_slots': [SKIP],
600 'test-serialize/SerializeInternalReference': [SKIP],
592 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 601 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
593 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 602 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
594 'test-heap/Regress538257': [SKIP], 603 'test-heap/Regress538257': [SKIP],
595 }], # ignition == True and arch == arm64 604 }], # ignition == True and arch == arm64
596 605
597 ] 606 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-function.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698