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

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

Issue 1590513003: [Interpreter] Remove Ignition skips fixed by 48a3227b (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add back some tests which still fail on Arm64 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 | « 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 536 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
537 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 537 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
538 'test-heap/TestCodeFlushingIncremental': [SKIP], 538 'test-heap/TestCodeFlushingIncremental': [SKIP],
539 'test-heap/TestCodeFlushingPreAged': [SKIP], 539 'test-heap/TestCodeFlushingPreAged': [SKIP],
540 'test-heap/TestCodeFlushing': [SKIP], 540 'test-heap/TestCodeFlushing': [SKIP],
541 'test-heap/WeakFunctionInConstructor': [SKIP], 541 'test-heap/WeakFunctionInConstructor': [SKIP],
542 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 542 'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
543 'test-log-stack-tracer/JsEntrySp': [SKIP], 543 'test-log-stack-tracer/JsEntrySp': [SKIP],
544 'test-log-stack-tracer/PureCStackTrace': [SKIP], 544 'test-log-stack-tracer/PureCStackTrace': [SKIP],
545 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 545 'test-log-stack-tracer/PureJSStackTrace': [SKIP],
546 'test-parsing/DestructuringAssignmentNegativeTests': [SKIP],
547 'test-parsing/DestructuringNegativeTests': [SKIP], 546 'test-parsing/DestructuringNegativeTests': [SKIP],
548 'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP],
549 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 547 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
550 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 548 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
551 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 549 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
552 'test-pipeline/PipelineGeneric': [SKIP], 550 'test-pipeline/PipelineGeneric': [SKIP],
553 'test-pipeline/PipelineTyped': [SKIP], 551 'test-pipeline/PipelineTyped': [SKIP],
554 'test-profile-generator/BailoutReason': [SKIP], 552 'test-profile-generator/BailoutReason': [SKIP],
555 'test-profile-generator/LineNumber': [SKIP], 553 'test-profile-generator/LineNumber': [SKIP],
556 'test-profile-generator/ProfileNodeScriptId': [SKIP], 554 'test-profile-generator/ProfileNodeScriptId': [SKIP],
557 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 555 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
558 'test-run-inlining/InlineTwice': [SKIP], 556 'test-run-inlining/InlineTwice': [SKIP],
(...skipping 16 matching lines...) Expand all
575 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 573 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
576 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 574 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
577 }], # ignition == True 575 }], # ignition == True
578 576
579 ['ignition == True and arch == arm64', { 577 ['ignition == True and arch == arm64', {
580 'test-js-arm64-variables/lookup_slots': [SKIP], 578 'test-js-arm64-variables/lookup_slots': [SKIP],
581 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 579 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
582 }], # ignition == True and arch == arm64 580 }], # ignition == True and arch == arm64
583 581
584 ] 582 ]
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