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