Alon Zakai
|
d312b3291c
|
lua debugging stuff
|
2013-05-19 19:54:42 -07:00 |
Alon Zakai
|
705a2da815
|
fix and clean up benchmark suite
|
2013-05-19 18:27:57 -07:00 |
Alon Zakai
|
cd2fc719f8
|
separate lua benchmarks when saved
|
2013-05-18 16:12:48 -07:00 |
Alon Zakai
|
c636e58764
|
make test runner library building more robust and enable library reloading in benchmark suite
|
2013-05-18 15:43:17 -07:00 |
Alon Zakai
|
c79906e7f6
|
reorder benchmarks
|
2013-05-18 13:56:04 -07:00 |
Alon Zakai
|
5b2691eca1
|
add lua-binarytrees benchmark
|
2013-05-18 12:57:50 -07:00 |
Alon Zakai
|
8e73154fd9
|
run benchmarks longer with fewer reps
|
2013-05-17 18:43:02 -07:00 |
Alon Zakai
|
df6d09a8a1
|
update lua test
|
2013-05-17 18:37:19 -07:00 |
Alon Zakai
|
b61a87b00d
|
enable lua benchmark
|
2013-05-17 18:10:50 -07:00 |
Alon Zakai
|
c4cccd651e
|
add lua scimark
|
2013-05-17 15:59:37 -07:00 |
Alon Zakai
|
c43d9acf74
|
prepare for lua benchmark
|
2013-05-17 15:32:25 -07:00 |
Alon Zakai
|
86a2e17553
|
fix lua for native builds
|
2013-05-17 15:31:15 -07:00 |
Alon Zakai
|
fc1b49cd5e
|
fix highp to lowp in tests
|
2013-05-17 11:23:38 -07:00 |
Alon Zakai
|
a7c47e66ee
|
fix file packager issue with closure
|
2013-05-17 10:52:02 -07:00 |
Alon Zakai
|
7c02f322ae
|
add browser testing for -O2 --closure 1
|
2013-05-17 10:45:41 -07:00 |
Alon Zakai
|
8b7c2891d3
|
fix dyncalls in closure+asm and use closure in benchmarks
|
2013-05-16 18:59:41 -07:00 |
Alon Zakai
|
2d8b9d40f2
|
update tests
|
2013-05-16 18:37:31 -07:00 |
Alon Zakai
|
9da6e1f335
|
support closure compiler on the shell in asm mode
|
2013-05-16 18:22:28 -07:00 |
Alon Zakai
|
4782b382e9
|
Merge pull request #1167 from j4m3z0r/issue645
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
|
2013-05-16 14:43:19 -07:00 |
Alon Zakai
|
1c4640d267
|
fix font rendering in test_sdl_canvas
|
2013-05-16 14:18:55 -07:00 |
Alon Zakai
|
56cd48e0e1
|
fix test_sdl_alloctext
|
2013-05-16 14:07:31 -07:00 |
Alon Zakai
|
1a5990162a
|
Merge pull request #1173 from manuels/incoming
Fix bug in rename() that occures if new filename starts with the old filename
|
2013-05-16 11:53:13 -07:00 |
Alon Zakai
|
4de54e3bec
|
when not aliasing tables, keep them all at full size to avoid aliasing through the &M mask in a small table
|
2013-05-16 11:26:34 -07:00 |
Alon Zakai
|
ce33f9c212
|
enable aliasing function pointers by default in -O2
|
2013-05-16 11:00:50 -07:00 |
Alon Zakai
|
055e9d90a9
|
emit each function table of its own size
|
2013-05-15 17:23:23 -07:00 |
Alon Zakai
|
866373612b
|
add testing for aliasing function pointers
|
2013-05-15 12:20:16 -07:00 |
Alon Zakai
|
1c072e5059
|
future proof a test
|
2013-05-15 11:58:42 -07:00 |
Alon Zakai
|
ca91732506
|
handle the case of no function tables with aliasing function pointers
|
2013-05-15 11:55:50 -07:00 |
manuels
|
cd33209928
|
Fix bug in rename() that occures if new filename starts with the old filename
|
2013-05-15 18:54:48 +02:00 |
Alon Zakai
|
2b3f1cbecd
|
make asm.js compilation check case-agnostic
|
2013-05-12 16:06:21 -07:00 |
Alon Zakai
|
7a951f6ba5
|
fix test_cases:trace
|
2013-05-10 19:17:04 -07:00 |
James Gregory
|
8f401ce051
|
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
|
2013-05-10 17:26:06 -07:00 |
Alon Zakai
|
98a37e9e8e
|
test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bullet
|
2013-05-09 18:54:56 -07:00 |
Alon Zakai
|
28a4c2a2fd
|
fix 0x0 in formatString; fixes #1164
|
2013-05-09 18:15:54 -07:00 |
Alon Zakai
|
c08a8adbcc
|
update asm compilation checks
|
2013-05-09 18:06:53 -07:00 |
Alon Zakai
|
36b4e7f2bf
|
standardize all benchmarks to use the same commandline argument for timing
|
2013-05-09 15:53:12 -07:00 |
Alon Zakai
|
ae14c3d5cb
|
standardize params to nbody_java
|
2013-05-09 15:49:57 -07:00 |
Alon Zakai
|
4f2bcd9fd1
|
fix box2d compilation with emscripten
|
2013-05-09 14:29:32 -07:00 |
Alon Zakai
|
15d5d02a28
|
Merge pull request #1158 from juj/ignore_tests_by_wildcard
Add support for skipping all modes of a single test...
|
2013-05-09 11:31:59 -07:00 |
Alon Zakai
|
7433a9e52a
|
fix test_sscanf_other_whitespace for s_x_x
|
2013-05-09 11:28:23 -07:00 |
Jukka Jylänki
|
f3dc904275
|
Add support for skipping all modes of a single test with 'python tests/runner.py skip:ALL.test_freetype', instead of having to specify all the modes for the test to be skipped by hand.
|
2013-05-09 18:01:19 +03:00 |
Anthony Thibault
|
a928ac77a8
|
Issue #1134: scanf does not treat CR, FF, VT as whitespace
|
2013-05-08 20:39:23 -07:00 |
Alon Zakai
|
65363029ef
|
add nbody-java benchmark
|
2013-05-08 16:09:35 -07:00 |
Alon Zakai
|
693682fc22
|
add nbody-java code
|
2013-05-08 16:06:26 -07:00 |
Alon Zakai
|
45a3601db6
|
improve mathfuncptr test
|
2013-05-08 14:54:30 -07:00 |
manuels
|
4e72ab4bd5
|
Fix bug in rename() that occures if new filename starts with the old filename
|
2013-05-08 15:24:25 +02:00 |
Alon Zakai
|
63a76fbbfd
|
fix test runner is_le32
|
2013-05-07 18:21:54 -07:00 |
Alon Zakai
|
0cd8926f0f
|
add whets testcase
|
2013-05-07 16:39:32 -07:00 |
Alon Zakai
|
06a8c252d9
|
switch to le32 target by default
|
2013-05-07 16:10:52 -07:00 |
Alon Zakai
|
be0fb5cc46
|
auto-include malloc/free when SDL is used; fixes #1139
|
2013-05-06 13:35:33 -07:00 |