| OLD | NEW |
| 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], | 540 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], |
| 541 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], | 541 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], |
| 542 'test-heap/TestCodeFlushingIncremental': [SKIP], | 542 'test-heap/TestCodeFlushingIncremental': [SKIP], |
| 543 'test-heap/TestCodeFlushingPreAged': [SKIP], | 543 'test-heap/TestCodeFlushingPreAged': [SKIP], |
| 544 'test-heap/TestCodeFlushing': [SKIP], | 544 'test-heap/TestCodeFlushing': [SKIP], |
| 545 'test-heap/WeakFunctionInConstructor': [SKIP], | 545 'test-heap/WeakFunctionInConstructor': [SKIP], |
| 546 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], | 546 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], |
| 547 'test-log-stack-tracer/JsEntrySp': [SKIP], | 547 'test-log-stack-tracer/JsEntrySp': [SKIP], |
| 548 'test-log-stack-tracer/PureCStackTrace': [SKIP], | 548 'test-log-stack-tracer/PureCStackTrace': [SKIP], |
| 549 'test-log-stack-tracer/PureJSStackTrace': [SKIP], | 549 'test-log-stack-tracer/PureJSStackTrace': [SKIP], |
| 550 'test-parsing/DestructuringAssignmentNegativeTests': [SKIP], | |
| 551 'test-parsing/DestructuringNegativeTests': [SKIP], | 550 'test-parsing/DestructuringNegativeTests': [SKIP], |
| 552 'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP], | |
| 553 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], | 551 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], |
| 554 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], | 552 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], |
| 555 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], | 553 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], |
| 556 'test-pipeline/PipelineGeneric': [SKIP], | 554 'test-pipeline/PipelineGeneric': [SKIP], |
| 557 'test-pipeline/PipelineTyped': [SKIP], | 555 'test-pipeline/PipelineTyped': [SKIP], |
| 558 'test-profile-generator/BailoutReason': [SKIP], | 556 'test-profile-generator/BailoutReason': [SKIP], |
| 559 'test-profile-generator/LineNumber': [SKIP], | 557 'test-profile-generator/LineNumber': [SKIP], |
| 560 'test-profile-generator/ProfileNodeScriptId': [SKIP], | 558 'test-profile-generator/ProfileNodeScriptId': [SKIP], |
| 561 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], | 559 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], |
| 562 'test-run-inlining/InlineTwice': [SKIP], | 560 'test-run-inlining/InlineTwice': [SKIP], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 579 'test-thread-termination/TerminationInInnerTryCall': [SKIP], | 577 'test-thread-termination/TerminationInInnerTryCall': [SKIP], |
| 580 'test-unscopables-hidden-prototype/Unscopables': [SKIP], | 578 'test-unscopables-hidden-prototype/Unscopables': [SKIP], |
| 581 }], # ignition == True | 579 }], # ignition == True |
| 582 | 580 |
| 583 ['ignition == True and arch == arm64', { | 581 ['ignition == True and arch == arm64', { |
| 584 'test-js-arm64-variables/lookup_slots': [SKIP], | 582 'test-js-arm64-variables/lookup_slots': [SKIP], |
| 585 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 583 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 586 }], # ignition == True and arch == arm64 | 584 }], # ignition == True and arch == arm64 |
| 587 | 585 |
| 588 ] | 586 ] |
| OLD | NEW |