| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP
], | 584 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP
], |
| 585 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], | 585 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], |
| 586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], | 586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], |
| 587 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], | 587 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], |
| 588 'test-thread-termination/TerminationInInnerTryCall': [SKIP], | 588 'test-thread-termination/TerminationInInnerTryCall': [SKIP], |
| 589 'test-unscopables-hidden-prototype/Unscopables': [SKIP], | 589 'test-unscopables-hidden-prototype/Unscopables': [SKIP], |
| 590 }], # ignition == True | 590 }], # ignition == True |
| 591 | 591 |
| 592 ['ignition == True and arch == arm64', { | 592 ['ignition == True and arch == arm64', { |
| 593 'test-decls/CrossScriptReferencesHarmony': [SKIP], | 593 'test-decls/CrossScriptReferencesHarmony': [SKIP], |
| 594 | |
| 595 'test-decls/CrossScriptReferences_Simple2': [SKIP], | |
| 596 'test-log/EquivalenceOfLoggingAndTraversal': [SKIP], | |
| 597 | |
| 598 'test-js-arm64-variables/lookup_slots': [SKIP], | 594 'test-js-arm64-variables/lookup_slots': [SKIP], |
| 599 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 595 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 600 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], | 596 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], |
| 601 'test-heap/Regress538257': [SKIP], | 597 'test-heap/Regress538257': [SKIP], |
| 602 }], # ignition == True and arch == arm64 | 598 }], # ignition == True and arch == arm64 |
| 603 | 599 |
| 604 ] | 600 ] |
| OLD | NEW |