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

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

Issue 1758893002: Enabling some embenchen tests running through asm->wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: disable more 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
« no previous file with comments | « no previous file | test/mjsunit/wasm/embenchen/box2d.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'es7/object-observe': [PASS, ['mode == debug', SLOW]], 304 'es7/object-observe': [PASS, ['mode == debug', SLOW]],
305 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], 305 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
306 'readonly': [PASS, SLOW], 306 'readonly': [PASS, SLOW],
307 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], 307 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
308 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], 308 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
309 309
310 # TODO(titzer): correct WASM adapter frame alignment on arm64 310 # TODO(titzer): correct WASM adapter frame alignment on arm64
311 'wasm/*': [PASS, ['arch == arm64', SKIP]], 311 'wasm/*': [PASS, ['arch == arm64', SKIP]],
312 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], 312 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]],
313 313
314 # TODO(bradnelson): Enable tests as the fixs land. 314 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
315 'wasm/embenchen/*': [SKIP], 315 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]],
316
317 # TODO(bradnelson) Fix and re-enable.
318 'wasm/embenchen/copy': [FAIL], # wrong answer
319 'wasm/embenchen/box2d': [SKIP], # hang
320 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode
321 'wasm/embenchen/fannkuch': [SKIP], # crash (seems to be gc issue)
322 'wasm/embenchen/fasta': [SKIP], # flaky crash
323 'wasm/embenchen/zlib': [SKIP], # flaky crash
316 324
317 # case-insensitive unicode regexp relies on case mapping provided by ICU. 325 # case-insensitive unicode regexp relies on case mapping provided by ICU.
318 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 326 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
319 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 327 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
320 # desugaring regexp property class relies on ICU. 328 # desugaring regexp property class relies on ICU.
321 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]], 329 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]],
322 }], # ALWAYS 330 }], # ALWAYS
323 331
324 ['novfp3 == True', { 332 ['novfp3 == True', {
325 'asm/embenchen/box2d': [SKIP], 333 'asm/embenchen/box2d': [SKIP],
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 # Tests taking too long. 911 # Tests taking too long.
904 'array-functions-prototype-misc': [SKIP], 912 'array-functions-prototype-misc': [SKIP],
905 'strong/implicit-conversions': [SKIP], 913 'strong/implicit-conversions': [SKIP],
906 'strong/load-element-mutate-backing-store': [SKIP], 914 'strong/load-element-mutate-backing-store': [SKIP],
907 915
908 # Stack overflow. 916 # Stack overflow.
909 'big-array-literal': [SKIP], 917 'big-array-literal': [SKIP],
910 }], # 'gcov_coverage' 918 }], # 'gcov_coverage'
911 919
912 ] 920 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/wasm/embenchen/box2d.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698