Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 1811283003: [wasm] WIP fix arm64 frame alignment. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 # Slow tests. 259 # Slow tests.
260 'copy-on-write-assert': [PASS, SLOW], 260 'copy-on-write-assert': [PASS, SLOW],
261 'debug-scopes': [PASS, SLOW], 261 'debug-scopes': [PASS, SLOW],
262 'es7/object-observe': [PASS, ['mode == debug', SLOW]], 262 'es7/object-observe': [PASS, ['mode == debug', SLOW]],
263 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 263 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
264 'readonly': [PASS, SLOW], 264 'readonly': [PASS, SLOW],
265 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], 265 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
266 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], 266 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
267 'es6/tail-call-megatest*': [PASS, FAST_VARIANTS], 267 'es6/tail-call-megatest*': [PASS, FAST_VARIANTS],
268 268
269 # TODO(titzer): correct WASM adapter frame alignment on arm64 269 # TODO(titzer): ASM->WASM tests on these platforms
270 'wasm/*': [PASS, ['arch == arm64', SKIP]],
271 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] ', SKIP]], 270 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] ', SKIP]],
272 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. 271 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails.
273 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi ps64el] or ignition == True', SKIP]], 272 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi ps64el] or ignition == True', SKIP]],
274 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]], 273 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]],
275 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips 64el]', SKIP]], 274 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips 64el]', SKIP]],
276 275
277 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. 276 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
278 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], 277 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP] ],
279 278
280 # TODO(bradnelson) Fix and re-enable. 279 # TODO(bradnelson) Fix and re-enable.
281 'wasm/embenchen/box2d': [SKIP], # hang 280 'wasm/embenchen/box2d': [SKIP], # hang
282 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode 281 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode
283 'wasm/embenchen/zlib': [SKIP], # fails gc-stress 282 'wasm/embenchen/zlib': [SKIP], # fails gc-stress
284 283
285 # case-insensitive unicode regexp relies on case mapping provided by ICU. 284 # case-insensitive unicode regexp relies on case mapping provided by ICU.
286 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 285 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
287 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 286 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
288 # desugaring regexp property class relies on ICU. 287 # desugaring regexp property class relies on ICU.
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 ############################################################################## 866 ##############################################################################
868 ['gcov_coverage', { 867 ['gcov_coverage', {
869 # Tests taking too long. 868 # Tests taking too long.
870 'array-functions-prototype-misc': [SKIP], 869 'array-functions-prototype-misc': [SKIP],
871 870
872 # Stack overflow. 871 # Stack overflow.
873 'big-array-literal': [SKIP], 872 'big-array-literal': [SKIP],
874 }], # 'gcov_coverage' 873 }], # 'gcov_coverage'
875 874
876 ] 875 ]
OLDNEW
« src/compiler/instruction-selector.cc ('K') | « test/cctest/wasm/test-run-wasm-module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698