| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 279 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
| 280 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 280 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 281 'readonly': [PASS, SLOW], | 281 'readonly': [PASS, SLOW], |
| 282 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 282 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
| 283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
| 284 'strong/implicit-conversions': [PASS, SLOW], | 284 'strong/implicit-conversions': [PASS, SLOW], |
| 285 'strong/load-element-mutate-backing-store': [PASS, SLOW], | 285 'strong/load-element-mutate-backing-store': [PASS, SLOW], |
| 286 | 286 |
| 287 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 287 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
| 288 'wasm/*': [PASS, ['arch == arm64', SKIP]], | 288 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
| 289 |
| 290 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor). |
| 291 'wasm/asm-wasm': [SKIP], |
| 289 }], # ALWAYS | 292 }], # ALWAYS |
| 290 | 293 |
| 291 ['novfp3 == True', { | 294 ['novfp3 == True', { |
| 292 'asm/embenchen/box2d': [SKIP], | 295 'asm/embenchen/box2d': [SKIP], |
| 293 'asm/embenchen/zlib': [SKIP], | 296 'asm/embenchen/zlib': [SKIP], |
| 294 'asm/embenchen/memops': [SKIP], | 297 'asm/embenchen/memops': [SKIP], |
| 295 'asm/embenchen/lua_binarytrees': [SKIP], | 298 'asm/embenchen/lua_binarytrees': [SKIP], |
| 296 }], # novfp3 == True | 299 }], # novfp3 == True |
| 297 | 300 |
| 298 ############################################################################## | 301 ############################################################################## |
| (...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 | 1117 |
| 1115 ############################################################################## | 1118 ############################################################################## |
| 1116 ['gcov_coverage', { | 1119 ['gcov_coverage', { |
| 1117 # Tests taking too long. | 1120 # Tests taking too long. |
| 1118 'array-functions-prototype-misc': [SKIP], | 1121 'array-functions-prototype-misc': [SKIP], |
| 1119 'strong/implicit-conversions': [SKIP], | 1122 'strong/implicit-conversions': [SKIP], |
| 1120 'strong/load-element-mutate-backing-store': [SKIP], | 1123 'strong/load-element-mutate-backing-store': [SKIP], |
| 1121 }], # 'gcov_coverage' | 1124 }], # 'gcov_coverage' |
| 1122 | 1125 |
| 1123 ] | 1126 ] |
| OLD | NEW |