aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-03-31fix gl_renderers.pngAlon Zakai
2013-03-31improve test setup for test_gl_renderersAlon Zakai
2013-03-31refactor gl_renderers.cAlon Zakai
2013-03-31Added a test that creates two vertex buffers with different strides and ↵Michael Bishop
pointers and tests that the renderer can handle the changing strides and pointers. The resulting image should be a fat diamond with colored vertices as seen in the included image.
2013-03-30headers fix; fixes #1013Alon Zakai
2013-03-30Merge pull request #1014 from waywardmonkeys/reinstate-testsAlon Zakai
Reinstate tests
2013-03-25Merge pull request #898 from MichaelRiss/selectFixAlon Zakai
select function: return error condition when network connection fails
2013-03-25simplify handling of anonymous entry blocks; fixes #948Alon Zakai
2013-03-25Merge pull request #986 from caiiiycuk/offsets_testAlon Zakai
SDL mouse offsets test
2013-03-25test fixesAlon Zakai
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5Alon Zakai
a case where symbol removing made us not merge llvm constructors properly
2013-03-23test_mmap works with Node now.Bruce Mitchener
2013-03-23Node issue 1669 was fixed and these tests work.Bruce Mitchener
2013-03-22fix test_chunkingAlon Zakai
2013-03-22correctly detect type of outputs of call to function pointersAlon Zakai
2013-03-22- added test cases for select error reportingMichael Riss
- added missing error reporting for sockets in the write file descriptor set
2013-03-21Offsets testAleksander Guryanov
2013-03-20fix test_emscripten_api_infloopAlon Zakai
2013-03-20remove CATCH_EXIT_CODE and make it the default behaviorAlon Zakai
2013-03-20restore test_sdl_mouse to the proper state, after the last fixAlon Zakai
2013-03-20update test_sdl_mouseAlon Zakai
2013-03-19update test_strtod, now that we handle negative zeroAlon Zakai
2013-03-19make test_chunking a little more lenientAlon Zakai
2013-03-19handle negative zero; fixes #921Alon Zakai
2013-03-20Fix large values in llvm_ctpop_i32().Bruce Mitchener
Large values looked like negative values, we have to do an unsigned shift. Fixes issue #966.
2013-03-18Merge pull request #945 from ting-yuan/incomingAlon Zakai
Fix the return value of fgets().
2013-03-18fix bullet benchmarkAlon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-18add option to turn all unresolved references into dead functions (i.e., no ↵Alon Zakai
compile-time warnings or errors, instead runtime aborts
2013-03-18add more vsnprintf testingAlon Zakai
2013-03-18fix printing of %llx very small and very large valuesAlon Zakai
2013-03-18mark undefined symbol as dead in bulletAlon Zakai
2013-03-18fix asm*.test_casesAlon Zakai
2013-03-18Add a testcase to check the behavior of fgets on eol.tingyuan
2013-03-17add test for pull #956Alon Zakai
2013-03-16error on undefined symbols in asm.js mode, since it breaks validation and ↵Alon Zakai
must be corrected
2013-03-16enable second testAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-15remove leading zeros in %llxAlon Zakai
2013-03-15add option to disable utf support, and test that in asm2gAlon Zakai
2013-03-15Add tests for playback statesEhsan Akhgari
2013-03-15Add a testcase for simple OpenAL playbackEhsan Akhgari
2013-03-15add strcasecmp/strncasecmp/tolower testAlon Zakai
2013-03-14add strcat testingAlon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-14notice asm link errors in benchmarksAlon Zakai
2013-03-13do not emit code after a switch; fixes #946Alon Zakai
2013-03-13remove unneeded 64-bit shifts codeAlon Zakai
2013-03-13turn calls to undef into aborts, so they asmifyAlon Zakai
2013-03-12fix test_relooperAlon Zakai