Alon Zakai
|
67b35e33c9
|
make test_source_map less sensitive, which we need since more musl code is being processed there
|
2015-05-29 15:57:14 -07:00 |
Alon Zakai
|
d50088636d
|
update test_readdir output
|
2015-05-29 15:27:33 -07:00 |
Alon Zakai
|
da8caa5785
|
fix test_files for cases where hte syscall names are minified out
|
2015-05-29 15:22:58 -07:00 |
Alon Zakai
|
55377ad1a0
|
fix test_cases for musl, we need to know which of them need libc linked in (while some can't because they already have it)
|
2015-05-29 15:07:46 -07:00 |
Alon Zakai
|
6b6fcc7df1
|
update test_fs_base expected output
|
2015-05-29 13:11:07 -07:00 |
Alon Zakai
|
52d4f20bf5
|
update libc.symbols
|
2015-05-29 13:07:44 -07:00 |
Alon Zakai
|
2ffed1753e
|
remove strlen from default list of library funcs
|
2015-05-29 13:06:15 -07:00 |
Alon Zakai
|
9f873ad73a
|
use our optimized memcpy, memset, memmove methods, but use str* methods from musl
|
2015-05-29 12:30:13 -07:00 |
Alon Zakai
|
9389d4f1c9
|
update other.test_emterpreter primes measurement for musl, where printf is now a larger intcall
|
2015-05-29 10:45:16 -07:00 |
Alon Zakai
|
2be2f5d58b
|
make other.test_emterpreter log_tests more careful about reading the output (musl has more generated functions, so there is more output)
|
2015-05-28 22:05:29 -07:00 |
Alon Zakai
|
8f9a820578
|
fix part of other.test_emterpreter that assumed zeroinit
|
2015-05-28 22:00:47 -07:00 |
Alon Zakai
|
ca41e23df3
|
avoid stdio stuff in other.test_emterpreter_advise
|
2015-05-28 21:07:16 -07:00 |
Alon Zakai
|
8635fa33c1
|
other.test_emcc adjustments for musl, which has more generated code than before, and can also minify that code's identifiers
|
2015-05-28 20:44:12 -07:00 |
Alon Zakai
|
fbb49c0111
|
Merge pull request #3479 from artillery/incoming
Revert https://github.com/kripken/emscripten/pull/3038
|
2015-05-28 20:11:22 -07:00 |
Alon Zakai
|
6bae614789
|
Merge pull request #3464 from Daft-Freak/patch-6
Fix Mix_LoadWAV with SDL2 RWops
|
2015-05-28 20:03:43 -07:00 |
Alon Zakai
|
94b630828e
|
warning TODO about other.test_bad_locale
|
2015-05-28 20:01:56 -07:00 |
Alon Zakai
|
a52a2708bf
|
generalize other.test_aliased_func_pointers to not depend on the absolute size of the function table
|
2015-05-28 20:00:30 -07:00 |
Alon Zakai
|
ed4fd8e368
|
adjust other.test_readdir_r_silly for musl readdir order
|
2015-05-28 19:50:11 -07:00 |
Alon Zakai
|
7b3acfdfdc
|
adjust other.test_mkdir_silly for musl readdir order
|
2015-05-28 19:46:35 -07:00 |
Alon Zakai
|
0d8c40d6bf
|
adjust other.test_dangerous_func_cast for musl causing more function tables to exist
|
2015-05-28 19:43:07 -07:00 |
Alon Zakai
|
53e3d05ba3
|
note that test_fgetc_ungetc has been confirmed as an upstream musl bug
|
2015-05-28 19:35:14 -07:00 |
Alon Zakai
|
e0f69371d1
|
fix stat bug with not having the path passed in
|
2015-05-28 18:07:05 -07:00 |
Alon Zakai
|
c3cf8505c0
|
move pthreads stubs from syscalls to main library
|
2015-05-28 17:55:47 -07:00 |
Alon Zakai
|
3697088c3a
|
do not include library_syscall.js when NO_FILESYSTEM
|
2015-05-28 17:52:07 -07:00 |
Alon Zakai
|
de879e0568
|
do not use printf in other.test_no_nuthin, as it uses the filesystem
|
2015-05-28 17:51:38 -07:00 |
Alon Zakai
|
d3ad13e266
|
keep stack 16-byte aligned in outliner
|
2015-05-28 17:39:57 -07:00 |
Mark Logan
|
960460aab2
|
Revert "Do not allocate redundant storage for identical strings."
This reverts commit 60287e220e .
|
2015-05-28 17:33:28 -07:00 |
Alon Zakai
|
e58d515c35
|
ensure a 16-byte stack in fastLong.js
|
2015-05-28 17:33:17 -07:00 |
Alon Zakai
|
11fcb231d6
|
pass extra_info to all passes when splitting in EMCC_DEBUG=2 mode
|
2015-05-28 16:26:04 -07:00 |
Alon Zakai
|
26c4b46c96
|
accept .lo suffixes as representing bitcode, these are PIC object files used e.g. in new zlib #3470
|
2015-05-28 16:18:16 -07:00 |
Alon Zakai
|
2643bd9513
|
1.33.0
|
2015-05-28 16:15:07 -07:00 |
Alon Zakai
|
6e56895459
|
make other.test_embed_file_large not depend on specific fd values
|
2015-05-28 15:10:52 -07:00 |
Alon Zakai
|
d46720b834
|
update other.test_bad_locale to musl behavior
|
2015-05-28 15:08:59 -07:00 |
Alon Zakai
|
13f3066755
|
fix sockets tests
|
2015-05-28 14:45:07 -07:00 |
Alon Zakai
|
94828470f9
|
update test_fgetc_ungetc for musl: avoid assuming two ungetcs can work, as that is non-portable (glibc fails), and avoid ungetc on an EOF stream (unclear if that is correct or not)
|
2015-05-28 14:26:41 -07:00 |
Alon Zakai
|
0d7df8ae6e
|
update test_float_literals for musl's more correct float output
|
2015-05-28 13:35:29 -07:00 |
Alon Zakai
|
abd7811519
|
mark another part of test_cases as needing musl libc, now that we do printf there
|
2015-05-28 13:32:13 -07:00 |
Alon Zakai
|
aead86c056
|
fix test_mmap_file for musl, which accepts mmap only on linuxey multiples of 4096
|
2015-05-28 13:25:08 -07:00 |
Alon Zakai
|
23b5302ecb
|
fix test_dlmalloc_partial_2: it isn't safe to free a fake value. but free(0) is valid and a no-op
|
2015-05-28 13:10:41 -07:00 |
Alon Zakai
|
6f9d1a2d42
|
update test_env output
|
2015-05-28 13:05:57 -07:00 |
Alon Zakai
|
a98c66e220
|
fix setpgid syscall
|
2015-05-28 13:03:35 -07:00 |
Alon Zakai
|
158d2c2b88
|
fix setresgid32 and setresuid32 syscalls
|
2015-05-28 12:58:50 -07:00 |
Alon Zakai
|
863780b085
|
update test_unistd_misc output for crypt and encrypt which we now support via musl
|
2015-05-28 12:58:38 -07:00 |
Alon Zakai
|
3bfca9c540
|
more test_unistd_misc fixes
|
2015-05-28 12:08:04 -07:00 |
Alon Zakai
|
a57b722a02
|
fix fchown syscall
|
2015-05-28 12:07:47 -07:00 |
Alon Zakai
|
1043c6776b
|
test_unistd_misc fixes, and some syscall tweaks
|
2015-05-28 11:56:38 -07:00 |
Charlie Birks
|
10f2023a96
|
Fix Mix_LoadWAV with SDL2 RWops
|
2015-05-28 19:47:25 +01:00 |
Alon Zakai
|
03e8538fc0
|
getgroups32 and setreuid32 syscalls
|
2015-05-28 11:40:20 -07:00 |
Alon Zakai
|
6748c02343
|
prlimit64 syscall
|
2015-05-28 11:37:23 -07:00 |
juj
|
55de8d646f
|
Merge pull request #3478 from mosra/webgl2-closure-fixes
Prevent closure compiler from mangling WebGL 2 API calls
|
2015-05-28 11:18:08 +03:00 |