| 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'language/statements/function/S13.2.2_A19_T2': [SKIP], | 757 'language/statements/function/S13.2.2_A19_T2': [SKIP], |
| 758 'language/statements/function/S13.2.2_A19_T3': [SKIP], | 758 'language/statements/function/S13.2.2_A19_T3': [SKIP], |
| 759 'language/statements/function/S13.2.2_A19_T4': [SKIP], | 759 'language/statements/function/S13.2.2_A19_T4': [SKIP], |
| 760 'language/statements/function/S13.2.2_A19_T5': [SKIP], | 760 'language/statements/function/S13.2.2_A19_T5': [SKIP], |
| 761 'language/statements/function/S13.2.2_A19_T6': [SKIP], | 761 'language/statements/function/S13.2.2_A19_T6': [SKIP], |
| 762 'language/statements/function/S13.2.2_A19_T7': [SKIP], | 762 'language/statements/function/S13.2.2_A19_T7': [SKIP], |
| 763 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 763 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 764 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 764 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 765 }], # ignition == True | 765 }], # ignition == True |
| 766 | 766 |
| 767 ['ignition == True and mode == debug and (arch == arm or arch == arm64)', { | 767 ['ignition == True and (arch == arm or arch == arm64)', { |
| 768 'built-ins/encodeURI*': [SKIP], | 768 'built-ins/encodeURI*': [SKIP], |
| 769 'intl402/9.2.2': [SKIP], | 769 'intl402/9.2.2': [SKIP], |
| 770 }], # ignition == True and mode == debug and (arch == arm or arch == arm64) | 770 }], # ignition == True and (arch == arm or arch == arm64) |
| 771 | 771 |
| 772 ] | 772 ] |
| OLD | NEW |