Add test cases based on the programs from the Embenchen benchmark suite.
TEST=mjsunit/asm/embenchen R=dcarney@chromium.org Review URL: https://codereview.chromium.org/704653004 Cr-Commit-Position: refs/heads/master@{#25135} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25135 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
482c788a8b
commit
3abe032b4c
20326
test/mjsunit/asm/embenchen/box2d.js
Normal file
20326
test/mjsunit/asm/embenchen/box2d.js
Normal file
File diff suppressed because one or more lines are too long
5980
test/mjsunit/asm/embenchen/copy.js
Normal file
5980
test/mjsunit/asm/embenchen/copy.js
Normal file
File diff suppressed because it is too large
Load Diff
5987
test/mjsunit/asm/embenchen/corrections.js
Normal file
5987
test/mjsunit/asm/embenchen/corrections.js
Normal file
File diff suppressed because it is too large
Load Diff
8439
test/mjsunit/asm/embenchen/fannkuch.js
Normal file
8439
test/mjsunit/asm/embenchen/fannkuch.js
Normal file
File diff suppressed because it is too large
Load Diff
8609
test/mjsunit/asm/embenchen/fasta.js
Normal file
8609
test/mjsunit/asm/embenchen/fasta.js
Normal file
File diff suppressed because it is too large
Load Diff
42714
test/mjsunit/asm/embenchen/lua_binarytrees.js
Normal file
42714
test/mjsunit/asm/embenchen/lua_binarytrees.js
Normal file
File diff suppressed because one or more lines are too long
8091
test/mjsunit/asm/embenchen/memops.js
Normal file
8091
test/mjsunit/asm/embenchen/memops.js
Normal file
File diff suppressed because it is too large
Load Diff
5988
test/mjsunit/asm/embenchen/primes.js
Normal file
5988
test/mjsunit/asm/embenchen/primes.js
Normal file
File diff suppressed because it is too large
Load Diff
14756
test/mjsunit/asm/embenchen/zlib.js
Normal file
14756
test/mjsunit/asm/embenchen/zlib.js
Normal file
File diff suppressed because one or more lines are too long
@ -30,6 +30,11 @@
|
||||
# All tests in the bug directory are expected to fail.
|
||||
'bugs/*': [FAIL],
|
||||
|
||||
##############################################################################
|
||||
# Slow tests.
|
||||
'asm/embenchen/box2d': [PASS, SLOW],
|
||||
'asm/embenchen/lua_binarytrees': [PASS, SLOW],
|
||||
|
||||
##############################################################################
|
||||
# Flaky tests.
|
||||
# BUG(v8:2921).
|
||||
|
Loading…
Reference in New Issue
Block a user