aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-12-16Merge pull request #1924 from ehostunreach/indentationAlon Zakai
Fix indentation of core test files
2013-12-16rename sm benchmark runnerAlon Zakai
2013-12-16fix native benchmark printing of stderrAlon Zakai
2013-12-16gcc benchmarkerAlon Zakai
2013-12-16option to run only core benchmarksAlon Zakai
2013-12-16add v8 benchmarkerAlon Zakai
2013-12-16show f32 results in benchmarksAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-16disable closure in benchmarksAlon Zakai
2013-12-16refactor benchmark runnerAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15test fixes for fastcompAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-15Fix the indentation of core test input files with clang-format.Vasilis Kalintiris
2013-12-14disable test for fastcompAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-14--exclude-fileLu Wang
2013-12-13Merge pull request #1835 from juj/gl_get_nullAlon Zakai
glGetXXX fixes.
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-12-14Implemented --emrun linker flag to emcc, which is a helper that makes the ↵Jukka Jylänki
compilation output emrun-compatible.
2013-12-14Added test to check that emrun stdout, stderr and process exit code capture ↵Jukka Jylänki
work.
2013-12-13Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null ↵Jukka Jylänki
out pointer instead of crashing. Fix glGetIntegerv of GL_SHADER_BINARY_FORMATS to not write anything out to the provided buffer.
2013-12-13Add sanity test for --em-config emcc command line option.Jukka Jylänki
2013-12-12disable another test in fastcompAlon Zakai
2013-12-12disable some tests in fastcompAlon Zakai
2013-12-12Merge pull request #1903 from ehostunreach/incomingAlon Zakai
Read the source and the expected output of simple core tests from seperate files
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵Alon Zakai
checks
2013-12-11Merge pull request #1853 from fadams/add-getprotobynameAlon Zakai
add getprotobyname and associated functions from netdb.h. Add test_getpr...
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-12-07Use do_run_from_file() for test_gcVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_demangle_stacksVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_ccallVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_corruption_3Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_corruption_2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd3Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simdVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_mmapVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_fakestatVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_static_variableVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_typeidVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_dlmalloc_partial_2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_reinterpreted_ptrsVasilis Kalintiris