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

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

Issue 1641083003: [builtins] Make Math.max and Math.min fast by default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: SKIP unrelated ignition failures. 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
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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'test-run-jsexceptions/DeoptCatch': [FAIL], 522 'test-run-jsexceptions/DeoptCatch': [FAIL],
523 523
524 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 524 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
525 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 525 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
526 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 526 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
527 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 527 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
528 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 528 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
529 'test-compiler/OptimizedCodeSharing2': [SKIP], 529 'test-compiler/OptimizedCodeSharing2': [SKIP],
530 'test-compiler/OptimizedCodeSharing3': [SKIP], 530 'test-compiler/OptimizedCodeSharing3': [SKIP],
531 'test-decls/CrossScriptDynamicLookup': [SKIP], 531 'test-decls/CrossScriptDynamicLookup': [SKIP],
532 'test-decls/CrossScriptReferences_Simple2': [SKIP],
532 'test-decls/Regress425510': [SKIP], 533 'test-decls/Regress425510': [SKIP],
533 'test-feedback-vector/VectorCallICStates': [SKIP], 534 'test-feedback-vector/VectorCallICStates': [SKIP],
534 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 535 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
535 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 536 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
536 'test-heap/CompilationCacheCachingBehavior': [SKIP], 537 'test-heap/CompilationCacheCachingBehavior': [SKIP],
537 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 538 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
538 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 539 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
539 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 540 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
540 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 541 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
541 'test-heap-profiler/HeapSnapshotSimd': [SKIP], 542 'test-heap-profiler/HeapSnapshotSimd': [SKIP],
542 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 543 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
543 'test-heap/Regress169209': [SKIP], 544 'test-heap/Regress169209': [SKIP],
544 'test-heap/Regress357137': [SKIP], 545 'test-heap/Regress357137': [SKIP],
545 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 546 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
546 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 547 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
547 'test-heap/TestCodeFlushingIncremental': [SKIP], 548 'test-heap/TestCodeFlushingIncremental': [SKIP],
548 'test-heap/TestCodeFlushingPreAged': [SKIP], 549 'test-heap/TestCodeFlushingPreAged': [SKIP],
549 'test-heap/TestCodeFlushing': [SKIP], 550 'test-heap/TestCodeFlushing': [SKIP],
550 'test-heap/WeakFunctionInConstructor': [SKIP], 551 'test-heap/WeakFunctionInConstructor': [SKIP],
552 'test-lockers/IsolateLockingStress': [SKIP],
553 'test-lockers/SeparateIsolatesLocksNonexclusive': [SKIP],
551 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 554 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
552 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 555 'test-log-stack-tracer/PureJSStackTrace': [SKIP],
553 'test-parsing/DestructuringNegativeTests': [SKIP], 556 'test-parsing/DestructuringNegativeTests': [SKIP],
554 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 557 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
555 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 558 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
556 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 559 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
557 'test-profile-generator/BailoutReason': [SKIP], 560 'test-profile-generator/BailoutReason': [SKIP],
558 'test-profile-generator/LineNumber': [SKIP], 561 'test-profile-generator/LineNumber': [SKIP],
559 'test-profile-generator/ProfileNodeScriptId': [SKIP], 562 'test-profile-generator/ProfileNodeScriptId': [SKIP],
560 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 563 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
(...skipping 25 matching lines...) Expand all
586 589
587 ['ignition == True and arch == arm64', { 590 ['ignition == True and arch == arm64', {
588 'test-decls/CrossScriptReferencesHarmony': [SKIP], 591 'test-decls/CrossScriptReferencesHarmony': [SKIP],
589 'test-js-arm64-variables/lookup_slots': [SKIP], 592 'test-js-arm64-variables/lookup_slots': [SKIP],
590 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 593 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
591 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 594 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
592 'test-heap/Regress538257': [SKIP], 595 'test-heap/Regress538257': [SKIP],
593 }], # ignition == True and arch == arm64 596 }], # ignition == True and arch == arm64
594 597
595 ] 598 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698