Alon Zakai
8876c50971
Merge pull request #2182 from juj/llvm_version
...
llvm_version check.
2014-03-06 14:23:21 -08:00
Alon Zakai
be5930a593
Merge pull request #2195 from waywardmonkeys/upstream-scons-changes
...
Upstream scons changes
2014-03-06 14:22:49 -08:00
Alon Zakai
b9db8f9d5c
Merge pull request #2198 from juj/interactive_tests
...
Interactive tests
2014-03-06 14:21:24 -08:00
Alon Zakai
7be8742ca7
mark opts in fuzz saves
2014-03-06 11:43:30 -08:00
Alon Zakai
b2f504275d
add commented out line to help debugging llvm opt aborts
2014-03-06 11:42:43 -08:00
Alon Zakai
20d5ffb592
add docs and testing for mem init file being async
2014-03-06 11:42:43 -08:00
Alon Zakai
1ac8ea0859
show logging about preload/pre-main time even without a main
2014-03-06 11:42:43 -08:00
Jukka Jylänki
2a7b7d2b5c
Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.
2014-03-06 20:46:56 +02:00
Jukka Jylänki
04e5ac40b0
Added new test suite 'interactive', which contains those browser tests that require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-06 20:14:52 +02:00
Bruce Mitchener
a51c5b02e7
Upstream changes to scons support from IMVU.
2014-03-06 23:10:13 +07:00
Noxalus
4d2cd238c9
Update closure-externs.js
...
Add a gamepad support with closure.
2014-03-06 15:30:10 +01:00
Dan Gohman
7dfba426c2
Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.
2014-03-05 19:39:09 -08:00
Dan Gohman
cbaebc0a5c
Disable emptyasm_aue, as inline asm is now diagnosed with an error.
...
This testcase was originally inspired by libgcrypt. Compiling
asm("":::"memory") to a no-op would be doable, and would help the code
compile without error, but properly supporting what libgrypt is actually
doing here, being paranoid enough to make repeated stores to the same
memory location to clear it out, would be much harder, because we'd
really need a way to tell the JS engine what's going on so that it doesn't
optimize anything away.
2014-03-05 18:49:30 -08:00
Alon Zakai
28f0397b64
remove stale dependencies in openal
2014-03-05 18:41:54 -08:00
Alon Zakai
1bc27b9a5b
throttle glut requestAnimationFrames; fixes #2183
2014-03-05 18:36:47 -08:00
Alon Zakai
05503ab467
disable asm validation when backend tells us
2014-03-05 17:58:52 -08:00
Alon Zakai
4f5016a3ab
run llvm-lit on JS codegen tests
2014-03-05 17:26:51 -08:00
Alon Zakai
223dd713a5
Merge pull request #2190 from DerKoun/incoming
...
Fix for full screen closing immediately
2014-03-05 16:45:19 -08:00
DerKoun
a7aa19e6c0
Fixed full screen closing immediately
...
Fixed full screen closing immediately because of canvas container not being defined.
2014-03-06 00:28:01 +01:00
Vladimir Vukicevic
7442be35d2
Add EXT_shader_texture_lod to trivially supported extensions
2014-03-05 14:16:17 -08:00
Alon Zakai
5774e5d0cf
emscripten_debugger()
2014-03-05 13:30:14 -08:00
Alon Zakai
baab492299
some test_outline updates
2014-03-05 12:21:56 -08:00
Alon Zakai
81ec613c3a
use -m32 in fuzzer
2014-03-05 11:05:29 -08:00
jonas echterhoff
6ce994ec4c
Allow going fullscreen in response to mousedown events
2014-03-05 10:54:25 -08:00
Alon Zakai
e7e062844b
Merge commit '0ec7107' into HEAD
2014-03-05 10:53:36 -08:00
Alon Zakai
9392717aa2
Merge commit '19312ae' into HEAD
2014-03-05 10:53:31 -08:00
Jukka Jylänki
e0f312c385
If the directory tree for used LLVM compiler is not from a LLVM source checkout and clang_version is not found, assume clang_version = llvm_version.
2014-03-05 19:11:48 +02:00
Dan Gohman
9f910ce11e
Pass OPT_LEVEL into llc's -O option.
2014-03-04 14:40:34 -08:00
Alon Zakai
580bd53290
explain EXPORTED_FUNCTIONS better
2014-03-04 10:37:01 -08:00
Dan Gohman
f70abc7ebf
Update for the new datalayout string.
2014-03-04 08:39:05 -08:00
Dan Gohman
84f01eb74e
Fix an implicit declaration of atoi in sqlite's benchmark.c.
2014-03-04 00:09:11 -08:00
Bruce Mitchener
19312ae4af
Pass correct args for test_sdl_canvas.
2014-03-04 09:48:56 +07:00
Alon Zakai
a7f7be88de
improve testing for statically incorrect calls
2014-03-03 17:50:16 -08:00
Alon Zakai
e303c7f810
disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct errors in improper function calls with the wrong type (but we do warn in this test)
2014-03-03 16:36:10 -08:00
Alon Zakai
4d94ef65a6
forward assertions setting into backend, and test checking for invalid # of args in static calls
2014-03-03 16:34:10 -08:00
Alon Zakai
7f45922c7f
enable errors on implicit functions by default; fixes #2175
2014-03-03 15:38:42 -08:00
Alon Zakai
bc921f43a5
Merge pull request #2179 from sunfishcode/incoming
...
Revert the extendedprecision.ll change in 76ad462
, since this test isn't...
2014-03-03 15:18:17 -08:00
Dan Gohman
4e93069cf2
Revert the extendedprecision.ll change in 76ad462
, since this test isn't disabled for non-fastcomp.
2014-03-03 14:41:57 -08:00
Alon Zakai
6b58586884
docs edit
2014-03-03 14:13:38 -08:00
Alon Zakai
6ec190d394
Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscripten into incoming
...
Conflicts:
AUTHORS
2014-03-03 14:10:55 -08:00
Alon Zakai
aca0e4d8b2
Merge pull request #2178 from sunfishcode/incoming
...
Testsuite cleanups
2014-03-03 14:06:20 -08:00
Dan Gohman
c47c5c350b
Eliminate undefined behavior in test_sscanf_other_whitespace.in.
2014-03-03 14:02:06 -08:00
Dave Nicponski
168ec74a34
Allow multiple worker responses (via messages) if desired.
...
Add unit test for multiple worker responses.
Test command:
python tests/runner.py browser.test_worker_api_3
Add self to authors file.
2014-03-03 17:00:11 -05:00
Alon Zakai
ace45172d5
update package.json
2014-03-03 13:58:28 -08:00
Alon Zakai
c6e98e97e5
Merge pull request #2151 from haneefmubarak/cleanup
...
cleanup series I - part I
2014-03-03 13:50:09 -08:00
Dan Gohman
76ad462b18
Tidy up and fix several tests in tests/cases.
2014-03-03 13:43:41 -08:00
Alon Zakai
226dd0d169
release 1.13.0
2014-03-03 13:39:50 -08:00
Alon Zakai
37298e2f26
add canvas.style.setProperty in headlessCanvas
2014-03-03 10:41:35 -08:00
Alon Zakai
d60e298132
put emscripten version in emscripten-version.txt, like other repos
2014-03-03 10:14:16 -08:00
Alon Zakai
d6625999e9
update other.test_emcc
2014-03-03 10:12:08 -08:00