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

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

Issue 1703563002: [Interpreter] Remove some cctest and mjsunit test skips. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], 518 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
519 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], 519 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
520 'test-api/StrongModeAccessCheckBlocked': [FAIL], 520 'test-api/StrongModeAccessCheckBlocked': [FAIL],
521 'test-api/AccessorShouldThrowOnError': [FAIL], 521 'test-api/AccessorShouldThrowOnError': [FAIL],
522 'test-api/InterceptorShouldThrowOnError': [FAIL], 522 'test-api/InterceptorShouldThrowOnError': [FAIL],
523 'test-api/StrongModeAccessCheckAllowed': [FAIL], 523 'test-api/StrongModeAccessCheckAllowed': [FAIL],
524 524
525 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 525 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
526 'test-api/SetFunctionEntryHook': [FAIL], 526 'test-api/SetFunctionEntryHook': [FAIL],
527 527
528 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in
529 #compiler.cc
530 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa ys_on == True', FAIL]],
531
528 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 532 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
529 'test-heap/TestCodeFlushingPreAged': [FAIL], 533 'test-heap/TestCodeFlushingPreAged': [FAIL],
530 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 534 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
531 'test-heap/TestCodeFlushing': [FAIL], 535 'test-heap/TestCodeFlushing': [FAIL],
532 'test-heap/TestCodeFlushingIncremental': [FAIL], 536 'test-heap/TestCodeFlushingIncremental': [FAIL],
537 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
533 538
534 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 539 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
535 'test-compiler/OptimizedCodeSharing2': [FAIL], 540 'test-compiler/OptimizedCodeSharing2': [FAIL],
536 'test-compiler/OptimizedCodeSharing3': [FAIL], 541 'test-compiler/OptimizedCodeSharing3': [FAIL],
537 542
538 # TODO(rmcilroy,4689): Stack trace line number failures. 543 # TODO(rmcilroy,4689): Stack trace line number failures.
539 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 544 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
540 'test-api/TryCatchMixedNesting': [PASS, FAIL], 545 'test-api/TryCatchMixedNesting': [FAIL],
541
542 # TODO(rmcilroy,4680): Exception message assert failure.
543 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
544 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
545 546
546 # TODO(rmcilroy,4680): Test assert errors. 547 # TODO(rmcilroy,4680): Test assert errors.
547 'test-cpu-profiler/CodeEvents': [FAIL], 548 'test-cpu-profiler/CodeEvents': [FAIL],
548 'test-cpu-profiler/TickEvents': [FAIL], 549 'test-cpu-profiler/TickEvents': [FAIL],
549 'test-cpu-profiler/BoundFunctionCall': [FAIL], 550 'test-cpu-profiler/BoundFunctionCall': [FAIL],
550 'test-cpu-profiler/CollectCpuProfile': [FAIL], 551 'test-cpu-profiler/CollectCpuProfile': [FAIL],
551 'test-cpu-profiler/CollectSampleAPI': [FAIL], 552 'test-cpu-profiler/CollectSampleAPI': [FAIL],
552 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], 553 'test-cpu-profiler/CpuProfileDeepStack': [FAIL],
553 'test-cpu-profiler/FunctionApplySample': [FAIL], 554 'test-cpu-profiler/FunctionApplySample': [FAIL],
554 'test-cpu-profiler/FunctionCallSample': [FAIL], 555 'test-cpu-profiler/FunctionCallSample': [FAIL],
(...skipping 17 matching lines...) Expand all
572 'test-api/PromiseRejectCallback': [FAIL], 573 'test-api/PromiseRejectCallback': [FAIL],
573 'test-api/SetJitCodeEventHandler': [FAIL], 574 'test-api/SetJitCodeEventHandler': [FAIL],
574 'test-heap/WeakFunctionInConstructor': [FAIL], 575 'test-heap/WeakFunctionInConstructor': [FAIL],
575 'test-heap/Regress169209': [FAIL], 576 'test-heap/Regress169209': [FAIL],
576 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 577 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
577 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 578 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
578 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 579 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
579 'test-heap/CompilationCacheCachingBehavior': [FAIL], 580 'test-heap/CompilationCacheCachingBehavior': [FAIL],
580 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 581 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
581 'test-run-inlining/InlineTwice': [FAIL], 582 'test-run-inlining/InlineTwice': [FAIL],
582 583 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
583 # TODO(rmcilroy,4680): Fail on some bot configurations.
584 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
585 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
586 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
587 'test-serialize/SerializeInternalReference': [PASS, FAIL],
588 }], # ignition == True 584 }], # ignition == True
589 585
590 ['ignition == True and mode == debug and arch == x64', {
591 # TODO(rmcilroy,4680): Flaky failures.
592 'test-api/CallAsFunction': [PASS, FAIL],
593 'test-api/ConstructorForObject': [PASS, FAIL],
594 'test-api/Regress528': [PASS, FAIL],
595 }],
596
597 ['ignition == True and arch == x64', { 586 ['ignition == True and arch == x64', {
598 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 587 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
599 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]], 588 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
600 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]], 589 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
601 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], 590 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
602 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], 591 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
603 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 592 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
604 593
605 # TODO(rmcilroy,4680): Test assert errors. 594 # TODO(rmcilroy,4680): Test assert errors.
606 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 595 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
607 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 596 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
608 }], 597 }],
609 598
610 ] 599 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698