Граф коммитов

13689 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 3a333c3bbe ensure runtime is not existed in emscripten_async_wget 2015-05-26 14:48:12 -07:00
Alon Zakai 8aa4c3c967 overwrite a file if it exists in emscripten_async_wget #3469 2015-05-26 14:48:12 -07:00
Alon Zakai 4c5e5d6893 allow duplicate dep ids in createPreloadedFile, as we have multiple requests for the same name #3469 2015-05-26 14:48:12 -07:00
Alon Zakai dc9a2e9201 Merge pull request #3476 from waywardmonkeys/slim-at-inits
Remove wrapper objects around ATINITs, etc.
2015-05-26 13:52:18 -07:00
Jukka Jylänki b8411b9fba Fix emcmake script that broke in a regression from https://github.com/kripken/emscripten/pull/3447 to an error of not being able to concatenate str and list. 2015-05-26 17:50:58 +03:00
Bruce Mitchener bb4d3e6256 Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
Alon Zakai 615a04ef4d Merge branch 'premain-noexitruntime' of https://github.com/NWilson/emscripten into incoming 2015-05-22 16:08:44 -07:00
Alon Zakai 430620431f set CROSS_COMPILE in emmake and emconfigure, which is used in projects like musl 2015-05-22 13:38:34 -07:00
Alon Zakai 9fc364ae04 better error reporting in other.test_emcc 2015-05-22 13:06:58 -07:00
Alon Zakai c9fdca2bb0 add test for hashing failure in .a files 2015-05-22 13:05:05 -07:00
Alon Zakai 7c6bf7e8ad test contents of .a files with hashed objects 2015-05-22 13:00:34 -07:00
Alon Zakai a9b93304e8 add a hash to .a objects, to allow duplicates to work #2142 2015-05-22 12:57:29 -07:00
Alon Zakai d74a251e45 python fails to perform some operations on /dev/null, guard on that 2015-05-22 11:10:21 -07:00
Alon Zakai c331681967 support -dumpmachine in emcc 2015-05-22 10:52:23 -07:00
Alon Zakai 8140f30d2f accept failure to make a configure executable executable 2015-05-22 10:49:36 -07:00
Nicholas Wilson 5e633806a4 add test for noExitRuntime
I'm pretty sure something changed between emscripten 1.27 and 1.31
because we had to change our code for setting noExitRuntime when we
updated, but we couldn't find a bug in emscripten. Pushing this test
because we found it useful while debugging.
2015-05-22 13:03:50 +01:00
Alon Zakai e396b4be5a fix test_dylink_hyper_dupe now that duplicate warnings are just in ASSERTIONS == 2 2015-05-21 15:08:46 -07:00
Alon Zakai 4a13882361 clear asserts on missing external functions in linked modules 2015-05-21 14:59:41 -07:00
Alon Zakai bd91e922e4 improve test_dylink_syslibs 2015-05-21 13:56:25 -07:00
Alon Zakai 88aca0bbf6 move dylink warnings on duplicate symbols to ASSERTIONS == 2 2015-05-21 13:31:57 -07:00
Alon Zakai 280437609b add test for #3465 fix to support offsets on relocated externs 2015-05-21 13:25:16 -07:00
Alon Zakai 932e2b8998 add lookupSymbol debugging tool for relocatable modules 2015-05-21 13:25:16 -07:00
Alon Zakai c89c187ec0 fix interactive.test_freealut 2015-05-20 16:19:22 -07:00
Alon Zakai d7f203dd5c fix SDL_LoadWAV in SDL2 #3461 2015-05-20 16:01:06 -07:00
Alon Zakai a6136ed8ca use zlib from ports in test_dylink_zlib, which is more realistic 2015-05-20 14:58:00 -07:00
Alon Zakai 67ddcb6aa4 remove other.test_static_link, which has been subsumed by test_dylink_* 2015-05-20 11:25:27 -07:00
Krzysztof Jakubowski 2757b96138 Build zlib port without configure 2015-05-19 15:25:49 -07:00
Alon Zakai 267a56d883 by default, use just 1 js engine in the test runner 2015-05-19 14:52:36 -07:00
Jukka Jylänki 6aabb54c77 Change tests/parallel_test_core.py to print to stdout instead of stderr to attempt to avoid long hangs somewhere in python/buildbot/twisted operation (bug http://trac.buildbot.net/ticket/2901). 2015-05-19 21:24:30 +03:00
Alon Zakai 0421e2e83e build straight to js in test runner, when possible 2015-05-18 17:07:32 -07:00
Alon Zakai 40d0f67509 add testing for writing to /dev/null 2015-05-18 15:41:06 -07:00
Alon Zakai 3a933ebd10 Merge pull request #3454 from rfk/rfk/dev-null-write
Make the write() handler for /dev/null return the number of bytes written
2015-05-18 15:37:00 -07:00
Alon Zakai eaadb97a18 fix test_llvm_intrinsics 2015-05-17 19:36:41 -07:00
Alon Zakai 85ccab4a6a fix llvm.ctlz.i64 validation #3458 2015-05-17 15:05:54 -07:00
Alon Zakai 70accc62d8 update other.test_emcc 2015-05-16 21:06:34 -07:00
Alon Zakai 42f2b791f1 Merge pull request #3455 from philippwiesemann/fix-site-parameters
Fix wrong parameter names in documentation
2015-05-16 13:53:10 -07:00
Philipp Wiesemann 6361dcaa8d Fix wrong parameter names in documentation 2015-05-16 22:25:09 +02:00
Alon Zakai 53a969dd14 clean up emcc self-description 2015-05-16 12:27:33 -07:00
Alon Zakai aa2e4e0f6b remove legacy autodebugger code 2015-05-16 12:27:04 -07:00
Ryan Kelly 1125761788 Make the write() handler for /dev/null return the number of bytes written. 2015-05-16 19:50:08 +10:00
Alon Zakai a7d5b4bf70 update emcc.txt 2015-05-15 17:59:10 -07:00
Alon Zakai f8307e62ef update Changelog 2015-05-15 17:59:04 -07:00
Alon Zakai 5d8e725880 1.32.4 2015-05-15 17:32:36 -07:00
Alon Zakai b420cc7d91 Merge branch 'merge_37' into incoming 2015-05-15 17:30:21 -07:00
Alon Zakai da616fdacf refactor memory allocation in places that might happen before malloc is ready 2015-05-15 12:17:09 -07:00
Alon Zakai 0978a969f1 Merge pull request #3452 from juj/llvm_fabs_f32
Add support and test for llvm_fabs_f32.
2015-05-14 16:55:17 -07:00
Jukka Jylänki 787c855805 Add support and test for llvm_fabs_f32. 2015-05-15 02:38:54 +03:00
Alon Zakai f4611a13bf document some closure compiler issues 2015-05-14 16:26:10 -07:00
Alon Zakai efe2a0bf1e update test_rounding 2015-05-13 18:24:43 -07:00
Alon Zakai 3fc32e99b5 test ll fixes 2015-05-13 17:40:39 -07:00