Alon Zakai
|
a746b4c98c
|
fast test_longjmp_repeat in fastcomp
|
2014-02-18 11:29:07 -08:00 |
Alon Zakai
|
0d037f7573
|
enable test_scriptaclass in fastcomp
|
2014-02-17 19:22:49 -08:00 |
Alon Zakai
|
722a170453
|
support reserved function pointers in fastcomp
|
2014-02-17 18:14:59 -08:00 |
Alon Zakai
|
775bd44ac4
|
enable a fuzztest that now works in fastcomp
|
2014-02-17 17:19:56 -08:00 |
Alon Zakai
|
bce54314c7
|
enable test_float32_precise in fastcomp
|
2014-02-17 15:07:09 -08:00 |
Alon Zakai
|
a481dec416
|
check all i64 functions for whether we need to include precise i64 code
|
2014-02-17 14:03:35 -08:00 |
Alon Zakai
|
749325298a
|
support memory growth in (non-validating) asm.js
|
2014-02-16 19:28:43 -08:00 |
Alon Zakai
|
153f2d9352
|
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
|
2014-02-16 12:30:22 -08:00 |
Alon Zakai
|
f39f71ff14
|
add testcase for i1 constants being properly unsigned
|
2014-02-14 10:23:33 -08:00 |
Alon Zakai
|
45c7d4caae
|
enable legalizer_ta2 testcase in fastcomp
|
2014-02-13 19:01:04 -08:00 |
Alon Zakai
|
77bb866d10
|
test python with lto for more coverage
|
2014-02-12 18:07:48 -08:00 |
Alon Zakai
|
a5718a10da
|
make openjpeg extra tests on EMCC_DEBUG more lenient
|
2014-02-12 17:08:22 -08:00 |
Alon Zakai
|
5c53a8fe91
|
update test_safe_dyncalls
|
2014-02-11 10:06:13 -08:00 |
Dan Gohman
|
5afcd4860e
|
Suppress useless warnings in the tests.
The tests are intentionally adding absolute include paths, so add
-Wno-warn-absolute-paths to suppress warnings about them.
|
2014-02-10 16:40:31 -08:00 |
Alon Zakai
|
b5f9734ee9
|
Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3
Fix asm3.test_longjmp_throw
|
2014-02-10 15:16:53 -08:00 |
David Barksdale
|
2ca930a92e
|
Test in6addr_* constants
|
2014-02-06 22:03:05 -06:00 |
Alon Zakai
|
c95b10cff3
|
Merge pull request #2103 from juj/opt_cmp
Add optimized versions of musl libc string and memory comparison functions.
|
2014-02-06 22:47:23 -05:00 |
Jukka Jylänki
|
831bb584a9
|
Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.
|
2014-02-06 22:02:40 -05:00 |
Alon Zakai
|
c06ff61414
|
add memset test
|
2014-02-06 18:41:19 -05:00 |
Alon Zakai
|
7e44599fca
|
add memcpy test
|
2014-02-06 12:13:43 -05:00 |
Jukka Jylänki
|
7bfb911d13
|
Add test_minmax that checks different comparisons when nans and infs are related.
|
2014-02-04 11:38:58 -05:00 |
Alon Zakai
|
0e12ac57ce
|
disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a load for a constnat address, which should segfault
|
2014-02-03 12:52:30 -05:00 |
Alon Zakai
|
3700ece5eb
|
comment
|
2014-02-02 22:55:26 -05:00 |
Alon Zakai
|
e9205ea395
|
enable postset counting code in fastcomp on asm1.test_cubescript
|
2014-02-02 18:08:43 -08:00 |
Alon Zakai
|
d9b630da89
|
enable test_intentional_fault in all fastcomp modes
|
2014-02-02 17:47:56 -08:00 |
Alon Zakai
|
21d1e49088
|
comments
|
2014-02-02 17:37:17 -08:00 |
Alon Zakai
|
1341770f17
|
parse exports from fastcomp, and enable test_llvm_used
|
2014-02-02 17:35:43 -08:00 |
Alon Zakai
|
60e3e4622a
|
enable test_segfault in fastcomp
|
2014-02-02 17:08:41 -08:00 |
Alon Zakai
|
a3632a129d
|
support EXCEPTION_CATCHING_WHITELIST in fastcomp
|
2014-02-02 17:07:37 -08:00 |
Alon Zakai
|
8ecf74ef02
|
enable tests/cases/uadd_overflow_ta2 in fastcomp
|
2014-02-02 14:48:46 -08:00 |
Alon Zakai
|
737de35442
|
make sure RAND_MAX is a proper value
|
2014-02-01 16:49:00 -08:00 |
Jukka Jylänki
|
f5c957b289
|
Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the test fails due to asm.js execution in SpiderMonkey not being able to retrieve callstacks. Add link to relevant bugzilla entry. Closes #1970.
|
2014-02-01 10:30:45 +02:00 |
Alon Zakai
|
f70fd0ef85
|
Merge pull request #2079 from inolen/fs_unmount
fs unmount support
|
2014-01-31 11:13:26 -08:00 |
Alon Zakai
|
c326a24f77
|
make sure rand() returns values only up to RAND_MAX; #1855
|
2014-01-31 11:06:14 -08:00 |
Alon Zakai
|
5c35062c00
|
further fix for #1407
|
2014-01-31 10:59:40 -08:00 |
Ryan Kelly
|
b175281cb1
|
Teach buildFlowGraph about functions that are known to always throw.
It can treat calls to these functions like a jump to function exit,
allowing for more accurate tracking of dead junctions.
|
2014-01-31 19:12:10 +11:00 |
Anthony Pesch
|
e431e3d0e7
|
added basic unmount support
don't emit syncfs callback multiple times
error when mounting to an existing mountpoint
|
2014-01-30 14:58:35 -08:00 |
Alon Zakai
|
64d52bf363
|
use all 32 bits in rand_r
|
2014-01-30 14:01:54 -08:00 |
Alon Zakai
|
00ebebfd6c
|
Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming
|
2014-01-30 13:46:31 -08:00 |
Alon Zakai
|
5cae031ff9
|
fix exceptions whitelist check on invoke using function pointer; fixes #2081
|
2014-01-30 12:23:27 -08:00 |
Alon Zakai
|
ee756a273a
|
enable test_bigswitch in asm
|
2014-01-29 16:50:45 -08:00 |
Alon Zakai
|
940ed60484
|
fix locale-removing aliases that break because they then have the wrong sig; fixes #2076
|
2014-01-29 12:22:15 -08:00 |
Alon Zakai
|
9b61253e57
|
enable tests/cases/514 in fastcomp
|
2014-01-29 11:44:07 -08:00 |
Alon Zakai
|
b67e161962
|
disable asm2x86.test_exceptions_2
|
2014-01-28 17:12:37 -08:00 |
Alon Zakai
|
c1c1cb7533
|
fix some safeHeap errors with the new exceptions code; fixes #2068
|
2014-01-27 17:52:02 -08:00 |
Alon Zakai
|
eb7c2b26f5
|
add testcase with longjmp and c++ exception catching in the same function
|
2014-01-27 16:55:44 -08:00 |
Alon Zakai
|
e7d23dbbc9
|
do not include library i64 stuff in side modules, it is in the parent; fixes #2060
|
2014-01-26 16:47:00 -08:00 |
Jukka Jylänki
|
95bde35523
|
Add test for storing special float literals in source code. Currently fails in fastcomp.
|
2014-01-24 19:16:10 +02:00 |
Alon Zakai
|
00c0ccc15b
|
skip test_debug in asm3
|
2014-01-22 15:57:18 -08:00 |
Alon Zakai
|
0e20a4f58d
|
add asm3 test mode
|
2014-01-21 18:29:02 -08:00 |
Alon Zakai
|
5aca98bc3c
|
update tests to allow exceptions and setjmp together in fastcomp
|
2014-01-21 13:58:58 -08:00 |
Alon Zakai
|
51204c52e4
|
enable more tests in fastcomp
|
2014-01-20 18:02:35 -08:00 |
Alon Zakai
|
ce15abc1d3
|
enable more tests in fastcomp
|
2014-01-20 17:44:29 -08:00 |
Alon Zakai
|
9d10b207a5
|
enable and fix more tests for fastcomp
|
2014-01-20 17:21:40 -08:00 |
Alon Zakai
|
8db7402c6c
|
updates and fixes for test_cases
|
2014-01-20 16:19:24 -08:00 |
Alon Zakai
|
544a0fd128
|
fix up final setjmp tests for fastcomp
|
2014-01-20 15:49:40 -08:00 |
Alon Zakai
|
9e6dedaa23
|
enable test_longjmp_stacked in fastcomp
|
2014-01-20 15:47:24 -08:00 |
Alon Zakai
|
12cd36c117
|
enable more setjmp tests in fastcomp
|
2014-01-20 15:18:58 -08:00 |
Alon Zakai
|
6363dec347
|
fix longjmp call by pointer in fastcomp, and enable test_longjmp2
|
2014-01-20 15:15:39 -08:00 |
Alon Zakai
|
8232a25d37
|
enable first setjmp test in fastcomp
|
2014-01-20 12:03:21 -08:00 |
Bruce Mitchener
|
8762f31749
|
Implement catopen/catgets/catclose to help libcxx tests pass.
|
2014-01-18 14:31:20 +07:00 |
Bruce Mitchener
|
57c6729838
|
Make exception tests named more consistently.
|
2014-01-18 14:11:57 +07:00 |
Bruce Mitchener
|
7b47897f85
|
catched -> caught
|
2014-01-18 14:11:57 +07:00 |
Alon Zakai
|
d963b0fb61
|
fix asm1.test_cubescript
|
2014-01-17 19:54:16 -08:00 |
Alon Zakai
|
918bbd41b3
|
fix test_source_map
|
2014-01-17 19:47:46 -08:00 |
Alon Zakai
|
a0e815f0a7
|
make debug checks in asm2g more lenient, so they pass on fastcomp
|
2014-01-17 16:30:13 -08:00 |
Alon Zakai
|
d19b49ff81
|
disable test_fnmatch in s_x_x
|
2014-01-17 10:03:13 -08:00 |
Alon Zakai
|
3c4f29d187
|
make asm2g use SAFE_HEAP in fastcomp
|
2014-01-16 21:15:02 -08:00 |
Alon Zakai
|
5bb976ed71
|
add fnmatch; fixes #2002
|
2014-01-16 15:42:14 -08:00 |
Alon Zakai
|
41675a7501
|
strengthen test_alloca to check alignment
|
2014-01-16 13:17:37 -08:00 |
Alon Zakai
|
a310827131
|
enable a form of safe heap in asm, using js optimizer pass to ensure full coverage and support for fastcomp
|
2014-01-16 11:27:39 -08:00 |
Alon Zakai
|
dbcc4e8d33
|
disable test_simd3 due to breakage
|
2014-01-14 14:55:37 -08:00 |
Alon Zakai
|
0e36f078d4
|
add fputwc, which enables wprintf
|
2014-01-13 17:03:24 -08:00 |
Alon Zakai
|
cd1edebb50
|
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
conflicts: tests/test_core.py tools/shared.py
|
2014-01-13 16:56:03 -08:00 |
Bruce Mitchener
|
e3825afd87
|
Move scalbn to libc to fix broken functionality. Disable test on x86.
|
2014-01-14 02:21:11 +07:00 |
Bruce Mitchener
|
75a6be63a3
|
Another test for negative zero and hex floats.
|
2014-01-14 02:21:11 +07:00 |
Bruce Mitchener
|
cd21e58d9e
|
Make lgamma and friends work, add test.
We can't use weak aliases on variables in emscripten, so get rid of __signgam
and just use signgam.
|
2014-01-14 02:21:11 +07:00 |
Bruce Mitchener
|
c0229303f8
|
Add strtod(), wcstod(), wcstol() and friends.
This implementation of strtod() replaces the old as it implements
support for parsing hex constants which is needed by various tests.
|
2014-01-14 02:21:11 +07:00 |
Bruce Mitchener
|
369b8330ed
|
Handle negative zero values correctly.
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.
Fixes #1898.
|
2014-01-13 17:59:15 +07:00 |
Alon Zakai
|
88d2ba5490
|
enable another test_cases case in fastcomp
|
2014-01-12 20:47:44 -08:00 |
Alon Zakai
|
e47ffbe2d2
|
enable test_async_exit in fastcomp
|
2014-01-12 20:01:49 -08:00 |
Alon Zakai
|
238838982f
|
enable test_typed_exceptions in fastcomp
|
2014-01-12 19:58:34 -08:00 |
Alon Zakai
|
6ee92f8d21
|
enable more exceptions tests in fastcomp
|
2014-01-10 18:21:30 -08:00 |
Alon Zakai
|
e9ce1f7077
|
enable first exceptions test for fastcomp
|
2014-01-10 18:15:38 -08:00 |
Alon Zakai
|
c23a8a7d29
|
enable simd tests in fastcomp
|
2014-01-08 11:08:04 -08:00 |
Alon Zakai
|
1821ecec0b
|
fix test_lua
|
2014-01-07 18:29:34 -08:00 |
Alon Zakai
|
e4e8063f6d
|
handle variables that assign a value including themselves in aggressiveVariableElimination
|
2014-01-07 14:05:53 -08:00 |
Alon Zakai
|
c9b22f4670
|
disable named globals test in fastcomp
|
2014-01-03 15:51:22 -08:00 |
Alon Zakai
|
5528ef9f82
|
disable test_emscripten_log in spidermonkey due to breakage; issue #1970
|
2014-01-03 11:22:30 -08:00 |
Alon Zakai
|
20b1e7d13f
|
disable new test in fastcomp
|
2013-12-25 15:14:15 -08:00 |
Alon Zakai
|
8178ecd4a7
|
disable a test requiring unaligned memory in fastcomp
|
2013-12-24 14:25:55 -08:00 |
Alon Zakai
|
b86abc2ecf
|
fix bug where close-together tempDoublePtr operations could cross each other
|
2013-12-23 15:43:01 -08:00 |
Alon Zakai
|
8777d056f3
|
do not use named globals in fastcomp
|
2013-12-22 21:26:17 -08:00 |
Alon Zakai
|
d48f314a99
|
fuzz testcase
|
2013-12-20 17:37:46 -08:00 |
Jukka Jylänki
|
55660c394d
|
Update emscripten_log to work with the handwritten JS demangler. Update tests.
|
2013-12-20 11:49:34 +02:00 |
Jukka Jylänki
|
26d6ad370e
|
Add new functions emscripten_log() in emscripten.h which allows printing out log messages with callstack information, and function emscripten_get_callstack(), which allows programmatically obtaining the current callstack.
|
2013-12-20 11:49:30 +02:00 |
Alon Zakai
|
e2a2542be7
|
make default tests work in fastcomp
|
2013-12-19 19:52:21 -08:00 |
Alon Zakai
|
879206cdd5
|
fix asm1.test_cube2hash for fastcomp
|
2013-12-18 18:10:30 -08:00 |
Alon Zakai
|
83cae72a00
|
fix test for fastcomp -O0
|
2013-12-18 16:50:36 -08:00 |
Alon Zakai
|
0278654453
|
fastcomp test fix
|
2013-12-17 21:16:09 -08:00 |
Alon Zakai
|
6df9b82b4a
|
disable a test in fastcomp
|
2013-12-15 21:27:56 -08:00 |
Alon Zakai
|
af2f148158
|
test fixes for fastcomp
|
2013-12-15 15:46:05 -08:00 |
Alon Zakai
|
67f817f32f
|
disable a test in fastcomp
|
2013-12-15 15:11:47 -08:00 |
Alon Zakai
|
e54121ad45
|
final test_cases fixes for fastcomp
|
2013-12-15 14:24:20 -08:00 |
Alon Zakai
|
361070533d
|
tests/cases fixes for fastcomp
|
2013-12-15 12:37:13 -08:00 |
Alon Zakai
|
f230ad6347
|
test/cases fixes for fastcomp
|
2013-12-15 11:27:19 -08:00 |
Alon Zakai
|
85c37ae71d
|
disable test for fastcomp
|
2013-12-14 20:58:35 -08:00 |
Alon Zakai
|
4f847c0568
|
test changes for fastcomp
|
2013-12-14 13:41:08 -08:00 |
Alon Zakai
|
1630c9af4f
|
disable more tests in fastcomp
|
2013-12-14 12:28:13 -08:00 |
Alon Zakai
|
a41250b4e5
|
disable various tests in fastcomp
|
2013-12-14 11:02:07 -08:00 |
Alon Zakai
|
79191815d0
|
yet more fixes for test_cases for fastcomp
|
2013-12-13 19:08:59 -08:00 |
Alon Zakai
|
fbfa2996ed
|
more fixes for test_cases for fastcomp
|
2013-12-13 18:18:50 -08:00 |
Alon Zakai
|
4edb942c56
|
various fixes for test_cases for fastcomp
|
2013-12-13 16:59:06 -08:00 |
Alon Zakai
|
3e061d9510
|
disable another test in fastcomp
|
2013-12-12 17:01:21 -08:00 |
Alon Zakai
|
6aeb0a4962
|
disable some tests in fastcomp
|
2013-12-12 13:38:33 -08:00 |
Vasilis Kalintiris
|
c197918681
|
Use do_run_from_file() for test_gc
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
decaad001c
|
Use do_run_from_file() for test_demangle_stacks
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
a716a809a7
|
Use do_run_from_file() for test_ccall
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
e01c9f0a85
|
Use do_run_from_file() for test_corruption_3
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
85303af225
|
Use do_run_from_file() for test_corruption_2
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
67356a7e2b
|
Use do_run_from_file() for test_simd3
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
6f051b2e20
|
Use do_run_from_file() for test_simd2
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
37cfd33068
|
Use do_run_from_file() for test_simd
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
179da486f9
|
Use do_run_from_file() for test_mmap
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
98bb3dd7d7
|
Use do_run_from_file() for test_fakestat
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
a5f8823964
|
Use do_run_from_file() for test_static_variable
|
2013-12-07 19:36:02 +02:00 |
Vasilis Kalintiris
|
4dbb76786e
|
Use do_run_from_file() for test_typeid
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
002a677488
|
Use do_run_from_file() for test_dlmalloc_partial_2
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
77bc19e226
|
Use do_run_from_file() for test_reinterpreted_ptrs
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
fd27a14bc2
|
Use do_run_from_file() for test_stdvec
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
9669423b70
|
Use do_run_from_file() for test_phiundef
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
66db5a1d3e
|
Use do_run_from_file() for test_atomic
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
70884fb056
|
Use do_run_from_file() for test_strcasecmp
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
cca2d0cb66
|
Use do_run_from_file() for test_getloadavg
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
2490489d2f
|
Use do_run_from_file() for test_uname
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
776b12fc81
|
Use do_run_from_file() for test_istream
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
8c60ac7723
|
Use do_run_from_file() for test_std_cout_new
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
a690aeeddc
|
Use do_run_from_file() for test_direct_string_constant_usage
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
75410f1c96
|
Use do_run_from_file() for test_utf
|
2013-12-07 19:36:01 +02:00 |
Vasilis Kalintiris
|
c2ab352337
|
Use do_run_from_file() for test_libgen
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
b3736c2f7c
|
Use do_run_from_file() for test_statvfs
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
547966c6f7
|
Use do_run_from_file() for test_poll
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
e63b77e176
|
Use do_run_from_file() for test_fwrite_0
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
bd0e4075ea
|
Use do_run_from_file() for test_sscanf_float
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
0411512023
|
Use do_run_from_file() for test_sscanf_hex
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
cfc9c35929
|
Use do_run_from_file() for test_sscanf_caps
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
91e199c933
|
Use do_run_from_file() for test_sscanf_skip
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
f7077dc659
|
Use do_run_from_file() for test_sscanf_6
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
8102a3ef09
|
Use do_run_from_file() for test_sscanf_5
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
dff0b829dd
|
Use do_run_from_file() for test_sscanf_4
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
d72499d0a1
|
Use do_run_from_file() for test_sscanf_3
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
71020af95b
|
Use do_run_from_file() for test_sscanf_other_whitespace
|
2013-12-07 19:36:00 +02:00 |
Vasilis Kalintiris
|
884a6e928a
|
Use do_run_from_file() for test_sscanf_whitespace
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
cc6043603f
|
Use do_run_from_file() for test_sscanf_n
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
4ca97d11ef
|
Use do_run_from_file() for test_sscanf
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
94a032f5f8
|
Use do_run_from_file() for test_strstr
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
9a93513242
|
Use do_run_from_file() for test_atoX
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
88cde68ca0
|
Use do_run_from_file() for test_perrar
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
0f29e3b614
|
Use do_run_from_file() for test_printf_more
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
4b92d25e00
|
Use do_run_from_file() for test_vsnprintf
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
aa11da7eff
|
Use do_run_from_file() for test_vprintf
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
71abd62af7
|
Use do_run_from_file() for test_printf_2
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
d952588f9f
|
Use do_run_from_file() for test_transtrcase
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
b0b41194b9
|
Use do_run_from_file() for test_strtok
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
d3ddeed866
|
Use do_run_from_file() for test_dlfcn_self
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
0fc6c9d2e6
|
Use do_run_from_file() for test_bsearch
|
2013-12-07 19:35:59 +02:00 |
Vasilis Kalintiris
|
dce3bb354d
|
Use do_run_from_file() for test_flexarray_struct
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
b718cf69a0
|
Use do_run_from_file() for test_memmove3
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
325cc2eed8
|
Use do_run_from_file() for test_memmove2
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
d78d95d0c6
|
Use do_run_from_file() for test_memmove
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
f2c2daa40a
|
Use do_run_from_file() for test_getopt_long
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
01824569b3
|
Use do_run_from_file() for test_getopt
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
9f4687ed3d
|
Use do_run_from_file() for test_memcpy2
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
e1b647eb9e
|
Use do_run_from_file() for test_memcpy_memcmp
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
fc4b03f90b
|
Use do_run_from_file() for test_copyop
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
46a2bf30fb
|
Use do_run_from_file() for test_statics
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
621ed6c081
|
Use do_run_from_file() for test_trickystring
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
7a9ec7605b
|
Use do_run_from_file() for test_strftime
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
9b6a7475ff
|
Use do_run_from_file() for test_strptime_reentrant
|
2013-12-07 19:35:58 +02:00 |
Vasilis Kalintiris
|
99ac6641f6
|
Use do_run_from_file() for test_strptime_days
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
e8c812af3c
|
Use do_run_from_file() for test_strptime_tm
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
9592ccadf6
|
Use do_run_from_file() for test_gmtime
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
e99d3d2dab
|
Use do_run_from_file() for test_time_c
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
80e7c536cd
|
Use do_run_from_file() for test_timeb
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
49f31cb986
|
Use do_run_from_file() for test_atexit
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
38ad629ca3
|
Use do_run_from_file() for test_strtol_oct
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
9d52583144
|
Use do_run_from_file() for test_strtol_bin
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
e9a04792bf
|
Use do_run_from_file() for test_strtol_dec
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
f742cc1993
|
Use do_run_from_file() for test_strtol_hex
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
7237a73de9
|
Use do_run_from_file() for test_strtoll_oct
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
add713ad04
|
Use do_run_from_file() for test_strtoll_bin
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
a929948ea5
|
Use do_run_from_file() for test_strtoll_dec
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
b36947626b
|
Use do_run_from_file() for test_strtoll_hex
|
2013-12-07 19:35:57 +02:00 |
Vasilis Kalintiris
|
c7f686aeec
|
Use do_run_from_file() for test_functionpointer_libfunc_varargs
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
3adcf1a472
|
Use do_run_from_file() for test_varargs
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
051210dcbb
|
Use do_run_from_file() for test_indirectbr_many
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
d6cff3a71d
|
Use do_run_from_file() for test_indirectbr
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
d973358aa0
|
Use do_run_from_file() for test_cxx03_do_run
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
698d4008d8
|
Use do_run_from_file() for test_llvmswitch
|
2013-12-07 19:35:56 +02:00 |
Vasilis Kalintiris
|
1de317c109
|
Use do_run_from_file() for test_tinyfuncstr
|
2013-12-07 19:35:56 +02:00 |