| 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 'regress/regress-454725': [SKIP], | 948 'regress/regress-454725': [SKIP], |
| 949 'regress/regress-457935': [SKIP], | 949 'regress/regress-457935': [SKIP], |
| 950 'regress/regress-470804': [SKIP], | 950 'regress/regress-470804': [SKIP], |
| 951 'regress/regress-476488': [SKIP], | 951 'regress/regress-476488': [SKIP], |
| 952 'regress/regress-503565': [SKIP], | 952 'regress/regress-503565': [SKIP], |
| 953 'regress/regress-514362': [SKIP], | 953 'regress/regress-514362': [SKIP], |
| 954 'regress/regress-520029': [SKIP], | 954 'regress/regress-520029': [SKIP], |
| 955 'regress/regress-542100': [SKIP], | 955 'regress/regress-542100': [SKIP], |
| 956 'regress/regress-544991': [SKIP], | 956 'regress/regress-544991': [SKIP], |
| 957 'regress/regress-568765': [SKIP], | 957 'regress/regress-568765': [SKIP], |
| 958 'regress/regress-572589': [SKIP], |
| 958 'regress/regress-580': [SKIP], | 959 'regress/regress-580': [SKIP], |
| 959 'regress/regress-618': [SKIP], | 960 'regress/regress-618': [SKIP], |
| 960 'regress/regress-643': [SKIP], | 961 'regress/regress-643': [SKIP], |
| 961 'regress/regress-69': [SKIP], | 962 'regress/regress-69': [SKIP], |
| 962 'regress/regress-70066': [SKIP], | 963 'regress/regress-70066': [SKIP], |
| 963 'regress/regress-747': [SKIP], | 964 'regress/regress-747': [SKIP], |
| 964 'regress/regress-753': [SKIP], | 965 'regress/regress-753': [SKIP], |
| 965 'regress/regress-799761': [SKIP], | 966 'regress/regress-799761': [SKIP], |
| 966 'regress/regress-806473': [SKIP], | 967 'regress/regress-806473': [SKIP], |
| 967 'regress/regress-842017': [SKIP], | 968 'regress/regress-842017': [SKIP], |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 | 1137 |
| 1137 ############################################################################## | 1138 ############################################################################## |
| 1138 ['gcov_coverage', { | 1139 ['gcov_coverage', { |
| 1139 # Tests taking too long. | 1140 # Tests taking too long. |
| 1140 'array-functions-prototype-misc': [SKIP], | 1141 'array-functions-prototype-misc': [SKIP], |
| 1141 'strong/implicit-conversions': [SKIP], | 1142 'strong/implicit-conversions': [SKIP], |
| 1142 'strong/load-element-mutate-backing-store': [SKIP], | 1143 'strong/load-element-mutate-backing-store': [SKIP], |
| 1143 }], # 'gcov_coverage' | 1144 }], # 'gcov_coverage' |
| 1144 | 1145 |
| 1145 ] | 1146 ] |
| OLD | NEW |