aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-04-06Merge pull request #1010 from azmeuk/openalEhsan Akhgari
Minor OpenAL improvements.
2013-04-05use a more reasonable js chunk size when testing -O2Alon Zakai
2013-04-05remove test_glgears_badAlon Zakai
2013-04-05disable memory init for nowAlon Zakai
2013-04-05test various chunk sizes for memory allocationAlon Zakai
2013-04-05check for memory initialization in source codeAlon Zakai
2013-04-05make test_glgears_animation more robustAlon Zakai
2013-04-05fix test_emccAlon Zakai
2013-04-05add test coverage for not using a memory initialization fileAlon Zakai
2013-04-05fix test_optimize_normallyAlon Zakai
2013-04-05debug printoutAlon Zakai
2013-04-05improve test_chunking, permanently fix # of coresAlon Zakai
2013-04-05allow calling callMain even if run() was not calledAlon Zakai
2013-04-05* Added freealut testcase.Éloi Rivard
2013-04-04Merge pull request #1006 from azmeuk/masterAlon Zakai
Basic GLFW support
2013-04-04fix test_stringsAlon Zakai
2013-04-04* Fixed glfw test.Éloi Rivard
2013-04-04* Fixed mouse position.Éloi Rivard
2013-04-04* OpenGL extensions.Éloi Rivard
2013-04-04* Minor fix.Éloi Rivard
2013-04-04* Added a test.Éloi Rivard
* Mouse events are ok. * Keyboard events work partially.
2013-04-04* Edited tests so they use emscripten_main_loop.Éloi Rivard
* Got triangle test about to work. * Implemented misc functions.
2013-04-04* Added glfw headers and testcases.Éloi Rivard
2013-04-04* Fixed glfw test.Éloi Rivard
2013-04-04* Fixed mouse position.Éloi Rivard
2013-04-04* OpenGL extensions.Éloi Rivard
2013-04-04* Minor fix.Éloi Rivard
2013-04-04* Added a test.Éloi Rivard
* Mouse events are ok. * Keyboard events work partially.
2013-04-04* Edited tests so they use emscripten_main_loop.Éloi Rivard
* Got triangle test about to work. * Implemented misc functions.
2013-04-04* Added glfw headers and testcases.Éloi Rivard
2013-04-03Merge pull request #1015 from fhd/incomingAlon Zakai
Support rotozoomSurface
2013-04-02Restore old zoomSurface test, add new tests for rotozoomSurfaceFelix H. Dahlke
2013-04-01update test_chunkingAlon Zakai
2013-03-31fix test_cases/caall.ll in asmAlon Zakai
2013-03-31differentiate better the ambiguous case of llvm call (where the type can be ↵Alon Zakai
either just the return type, or the entire function type): ** and above are certainly just the return type
2013-03-31check both original short ident and redirected ident for being a library ↵Alon Zakai
function, so redirects to Math.* work
2013-03-31invalidate renderers using strideAlon Zakai
2013-03-31GL_UNSAFE_OPTS tweaksAlon Zakai
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-30Support rotozoomSurfaceFelix H. Dahlke
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