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

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

Issue 1838973002: optimized switch implementation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: unskip embenchen tests Created 4 years, 8 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. 272 # 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]], 273 '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]], 274 '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]], 275 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips 64el]', SKIP]],
276 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip s64el]', SKIP]], 276 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip s64el]', SKIP]],
277 277
278 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. 278 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen.
279 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], 279 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]],
280 280
281 # TODO(bradnelson) Fix and re-enable. 281 # TODO(bradnelson) Fix and re-enable.
282 'wasm/embenchen/box2d': [SKIP], # hang 282 #'wasm/embenchen/box2d': [SKIP], # hang
bradnelson 2016/03/29 19:38:45 Delete entirely. Sorry the one below too.
aseemgarg 2016/03/31 20:16:07 Done.
283 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode 283 #'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode
284 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress 284 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress
285 285
286 # case-insensitive unicode regexp relies on case mapping provided by ICU. 286 # case-insensitive unicode regexp relies on case mapping provided by ICU.
287 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 287 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
288 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 288 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
289 # desugaring regexp property class relies on ICU. 289 # desugaring regexp property class relies on ICU.
290 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 290 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
291 }], # ALWAYS 291 }], # ALWAYS
292 292
293 ['novfp3 == True', { 293 ['novfp3 == True', {
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 ############################################################################## 909 ##############################################################################
910 ['gcov_coverage', { 910 ['gcov_coverage', {
911 # Tests taking too long. 911 # Tests taking too long.
912 'array-functions-prototype-misc': [SKIP], 912 'array-functions-prototype-misc': [SKIP],
913 913
914 # Stack overflow. 914 # Stack overflow.
915 'big-array-literal': [SKIP], 915 'big-array-literal': [SKIP],
916 }], # 'gcov_coverage' 916 }], # 'gcov_coverage'
917 917
918 ] 918 ]
OLDNEW
« src/wasm/switch-logic.h ('K') | « src/wasm/switch-logic.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698