OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 'regress/regress-430201': [SKIP], | 901 'regress/regress-430201': [SKIP], |
902 'regress/regress-430201b': [SKIP], | 902 'regress/regress-430201b': [SKIP], |
903 'regress/regress-4309-3': [SKIP], | 903 'regress/regress-4309-3': [SKIP], |
904 'regress/regress-4320': [SKIP], | 904 'regress/regress-4320': [SKIP], |
905 'regress/regress-4325': [SKIP], | 905 'regress/regress-4325': [SKIP], |
906 'regress/regress-436893': [SKIP], | 906 'regress/regress-436893': [SKIP], |
907 'regress/regress-4374': [SKIP], | 907 'regress/regress-4374': [SKIP], |
908 'regress/regress-4388': [SKIP], | 908 'regress/regress-4388': [SKIP], |
909 'regress/regress-444805': [SKIP], | 909 'regress/regress-444805': [SKIP], |
910 'regress/regress-446389': [SKIP], | 910 'regress/regress-446389': [SKIP], |
| 911 'regress/regress-447756': [SKIP], |
911 'regress/regress-4515': [SKIP], | 912 'regress/regress-4515': [SKIP], |
912 'regress/regress-4521': [SKIP], | 913 'regress/regress-4521': [SKIP], |
913 'regress/regress-4525': [SKIP], | 914 'regress/regress-4525': [SKIP], |
914 'regress/regress-453481': [SKIP], | 915 'regress/regress-453481': [SKIP], |
915 'regress/regress-4534': [SKIP], | 916 'regress/regress-4534': [SKIP], |
916 'regress/regress-454725': [SKIP], | 917 'regress/regress-454725': [SKIP], |
917 'regress/regress-470804': [SKIP], | 918 'regress/regress-470804': [SKIP], |
918 'regress/regress-476488': [SKIP], | 919 'regress/regress-476488': [SKIP], |
919 'regress/regress-491536': [SKIP], | 920 'regress/regress-491536': [SKIP], |
920 'regress/regress-514362': [SKIP], | 921 'regress/regress-514362': [SKIP], |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 'regress/regress-crbug-347903': [SKIP], | 1065 'regress/regress-crbug-347903': [SKIP], |
1065 'regress/regress-crbug-505007-1': [SKIP], | 1066 'regress/regress-crbug-505007-1': [SKIP], |
1066 'regress/regress-crbug-505007-2': [SKIP], | 1067 'regress/regress-crbug-505007-2': [SKIP], |
1067 'regress/short-circuit': [SKIP], | 1068 'regress/short-circuit': [SKIP], |
1068 'stack-traces-overflow': [SKIP], | 1069 'stack-traces-overflow': [SKIP], |
1069 'unicodelctest': [SKIP], | 1070 'unicodelctest': [SKIP], |
1070 'unicodelctest-no-optimization': [SKIP], | 1071 'unicodelctest-no-optimization': [SKIP], |
1071 }], # ignition == True and (arch == arm or arch == arm64) | 1072 }], # ignition == True and (arch == arm or arch == arm64) |
1072 | 1073 |
1073 ] | 1074 ] |
OLD | NEW |