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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'debug-scopes': [PASS, SLOW], | 271 'debug-scopes': [PASS, SLOW], |
272 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 272 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
273 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 273 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
274 'readonly': [PASS, SLOW], | 274 'readonly': [PASS, SLOW], |
275 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 275 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
276 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 276 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
277 | 277 |
278 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 278 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
279 'wasm/*': [PASS, ['arch == arm64', SKIP]], | 279 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
280 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], | 280 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], |
| 281 'wasm/asm-wasm-stdlib': [PASS, ['arch == arm or arch == arm64', SKIP]], |
281 | 282 |
282 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 283 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
283 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], | 284 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], |
284 | 285 |
285 # TODO(bradnelson) Fix and re-enable. | 286 # TODO(bradnelson) Fix and re-enable. |
286 'wasm/embenchen/copy': [FAIL], # wrong answer | 287 'wasm/embenchen/copy': [FAIL], # wrong answer |
287 'wasm/embenchen/box2d': [SKIP], # hang | 288 'wasm/embenchen/box2d': [SKIP], # hang |
288 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode | 289 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode |
289 'wasm/embenchen/zlib': [SKIP], # fails gc-stress | 290 'wasm/embenchen/zlib': [SKIP], # fails gc-stress |
290 | 291 |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 ############################################################################## | 895 ############################################################################## |
895 ['gcov_coverage', { | 896 ['gcov_coverage', { |
896 # Tests taking too long. | 897 # Tests taking too long. |
897 'array-functions-prototype-misc': [SKIP], | 898 'array-functions-prototype-misc': [SKIP], |
898 | 899 |
899 # Stack overflow. | 900 # Stack overflow. |
900 'big-array-literal': [SKIP], | 901 'big-array-literal': [SKIP], |
901 }], # 'gcov_coverage' | 902 }], # 'gcov_coverage' |
902 | 903 |
903 ] | 904 ] |
OLD | NEW |