emscripten/tests
Alon Zakai b71bc9932c disable some recently-changed tests in modes where they need inline js or emcc 2013-10-01 12:17:53 -07:00
..
box2d
bullet
cases asm coerce in atomicrmw; fixes #1637 2013-09-23 16:03:06 -07:00
cmake Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s . 2013-09-18 16:27:51 +03:00
ctype
cube2hash
cubescript
dirent
embind
enet second enet fix to handle musl headers in emscripten 2013-09-13 10:52:48 -07:00
env
exceptions
fcntl
fcntl-misc
fcntl-open
filesystem updated unistd and fs_base tests to use new FS APIs 2013-09-03 22:00:02 -07:00
freealut
freetype
fs - added basic nodefs r/w test 2013-09-29 01:50:35 -07:00
fuzz
glbook
hyperbolic
langinfo
lua
module updated test_stdin to work in SM shell 2013-08-29 12:57:33 -07:00
msvc10 Remove Hello_Triangle_KD project from msvc tests, since it depends on nonexisting OpenKode. 2013-09-10 16:20:55 +03:00
nbody-java
openjpeg
parseInt
poppler
printf Implement missing 'space' formatting flag 2013-09-19 17:24:31 -04:00
pthread Bug fixes of the pthread specific and a test added. 2013-08-16 04:12:17 +09:00
python Expand on the instructions for building Python. 2013-09-13 22:04:11 +07:00
qsort
scons
sockets gethostbyname_r update. 2013-09-13 10:07:03 -07:00
sounds
sqlite
stat
stdio Another fix for including signal.h 2013-08-09 13:01:10 +07:00
systypes
termios - added tests for tcgetattr / tcsetattr 2013-08-29 12:57:33 -07:00
time
unistd - updated several unistd tests to test against NODEFS 2013-09-27 00:46:17 -07:00
utime
zlib Change various 64 bit typedefs over to 32 bit. 2013-09-13 10:07:03 -07:00
799.cpp
aniso.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
aniso.png
autoassemble.c
bigswitch.cpp
bloom.dds
browser_gc.cpp
browser_harness.html
browser_main.cpp add browser module test 2013-09-03 14:41:31 -07:00
browser_module.cpp add browser module test 2013-09-03 14:41:31 -07:00
checksummer.c
cube2md5.cpp
cube2md5.ok
cube2md5.txt
cube_explosion.c
cube_explosion.png
cubegeom.c
cubegeom.png
cubegeom_color.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_color.png
cubegeom_color2.c
cubegeom_color2.png
cubegeom_fog.c
cubegeom_fog.png
cubegeom_glew.c
cubegeom_mt.c
cubegeom_mt.png
cubegeom_normal.c
cubegeom_normal.png
cubegeom_normal_dap.c
cubegeom_normal_dap_far.c
cubegeom_normal_dap_far_glda.c
cubegeom_normal_dap_far_glda.png
cubegeom_normal_dap_far_glda_quad.c
cubegeom_normal_dap_far_glda_quad.png
cubegeom_normal_dap_far_range.c
cubegeom_normal_dap_far_range.png
cubegeom_pre.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre.png
cubegeom_pre2.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre2.png
cubegeom_pre2_vao.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre2_vao2.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre2_vao2.png
cubegeom_pre3.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre_vao.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_pre_vao.png
cubegeom_texturematrix.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
cubegeom_texturematrix.png
dlmalloc_proxy.c do not eliminate supposedly stub functions in side modules, as they may be imported from the parent 2013-09-03 14:41:31 -07:00
dlmalloc_test.c
emscripten_api_browser.cpp
emscripten_api_browser2.cpp emscripten_async_load_script 2013-09-13 15:13:30 -07:00
emscripten_api_browser_infloop.cpp
emscripten_fs_api_browser.cpp
emscripten_get_now.cpp emscripten_get_now enabled for SpiderMonkey, optimization and test for shell and browser. 2013-08-29 14:07:28 +03:00
fannkuch.cpp
fannkuch.js
fasta.cpp
fasta.js
file_db.cpp FS.loadFilesFromDB|saveFilesToDB 2013-08-27 18:23:35 -07:00
files.cpp Removed old test case and put a test case in a more appropriate area. 2013-09-18 15:44:58 -04:00
float+.c
float_tex.cpp Fix browser.test_float_tex. 2013-08-24 09:59:13 +07:00
float_tex.png
full_es2_sdlproc.c
gears.png
gl_matrix_identity.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
gl_ps.c
gl_ps.png
gl_ps_packed.c
gl_ps_strides.c
gl_ps_strides.png
gl_renderers.c
gl_renderers.png
gl_stride.c
gl_stride.png
gl_subdata.cpp
gl_vertex_buffer.c handle glBufferData usages that are not in WebGL; fixes #1589 2013-09-04 14:54:42 -07:00
gl_vertex_buffer.png Added test which shows broken GL emulation when: 2013-09-04 11:47:36 -04:00
gl_vertex_buffer_pre.c fix repeated calls to glDraw* where the count changes but not the client attributes; fixes part of #1589 2013-09-04 13:21:19 -07:00
gl_vertex_buffer_pre.png fix repeated calls to glDraw* where the count changes but not the client attributes; fixes part of #1589 2013-09-04 13:21:19 -07:00
glbegin_points.c
glbegin_points.png
glfw.c
glgetattachedshaders.c
glshaderinfo.cpp _GNU_SOURCE definition not needed. 2013-08-24 10:18:25 +07:00
glut_touchevents.c fix test_glut_touchevents 2013-08-22 19:28:45 -07:00
hashtest.cpp
hello_cxx03.cpp
hello_cxx11.cpp
hello_function.cpp
hello_libcxx.cpp
hello_libcxx_mod1.cpp
hello_libcxx_mod2.cpp
hello_libcxx_mod2a.cpp
hello_malloc.cpp
hello_world.c
hello_world.cpp
hello_world.js
hello_world.ll
hello_world_error.c
hello_world_error.cpp
hello_world_file.cpp
hello_world_file.txt
hello_world_gles.c
hello_world_gles_deriv.c
hello_world_gles_full.c
hello_world_gles_full_944.c
hello_world_gles_shell.html
hello_world_loop.cpp
hello_world_loop_malloc.cpp
hello_world_sdl.cpp
hello_world_worker.cpp
htmltest.png
http.cpp
http.h Fix browser.test_emscripten_async_wget2. 2013-08-24 09:59:00 +07:00
i64_precise.txt
life.c
lifetime.ll
linpack.c
new.cpp
openal_buffers.c
openal_playback.cpp
perspective.c
perspective.png
pre_run_deps.cpp
raytrace.cpp
raytrace.ppm
raytrace_7_256.ppm
runner.py test runner comment 2013-10-01 09:41:03 -07:00
s3tc.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
s3tc.png
s3tc_crunch.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
s3tc_crunch.png
screenshot-fog-density.png
screenshot-fog-exp2.png
screenshot-fog-linear.png
screenshot-fog-negative.png
screenshot-fog-simple.png
screenshot-gray-purple.png
screenshot-gray.png
screenshot.dds
screenshot.jpg
screenshot.png
screenshot2.png
sdl_alloctext.c
sdl_audio.c
sdl_audio_beep.cpp Make the tones shorter in duration to have the test harness not timeout (60 seconds timeout duration) before all the beeps are finished. 2013-09-24 16:56:45 -07:00
sdl_audio_mix.c
sdl_audio_mix_channels.c
sdl_audio_quickload.c
sdl_canvas.c emscripten_get_canvas_size testcase 2013-08-25 15:31:45 -04:00
sdl_canvas_alpha.c sdl alpha test 2013-09-24 17:53:45 -07:00
sdl_canvas_alpha.png sdl alpha test 2013-09-24 17:53:45 -07:00
sdl_canvas_blank.c
sdl_canvas_blank.png
sdl_canvas_palette.c
sdl_canvas_palette.png
sdl_canvas_palette_2.c
sdl_canvas_palette_b.png
sdl_canvas_palette_g.png
sdl_canvas_palette_r.png
sdl_canvas_proxy.c test file preloading in worker 2013-09-08 20:00:28 -07:00
sdl_canvas_proxy.png add test harness support for proxying, test_sdl_canvas_proxy passes 2013-09-08 18:49:20 -07:00
sdl_canvas_twice.c
sdl_canvas_twice.png
sdl_fog_density.c
sdl_fog_exp2.c
sdl_fog_linear.c
sdl_fog_negative.c
sdl_fog_simple.c
sdl_gfx_primitives.c
sdl_gfx_primitives.png
sdl_gl_read.c
sdl_headless.c make headless test use its own file 2013-08-26 11:58:01 -07:00
sdl_image.c - parameterized sdl_image.c to support different path variations 2013-08-07 21:35:22 -07:00
sdl_image_prepare.c
sdl_image_prepare_data.c Should be fopen, not open. 2013-08-24 13:23:47 +07:00
sdl_key.c
sdl_key_proxy.c proxy input events 2013-09-08 22:14:04 -07:00
sdl_key_test.c
sdl_maprgba.c
sdl_maprgba.png
sdl_mouse.c
sdl_ogl.c
sdl_ogl_defaultMatrixMode.c
sdl_ogl_p.c
sdl_ogl_proc_alias.c allow overriding a gl function with the same name, and keep the original accessible through getProcAddress 2013-08-16 12:58:13 -07:00
sdl_pumpevents.c add tests for alpha keys from SDL_GetKeyState 2013-08-18 03:26:30 -04:00
sdl_quit.c
sdl_resize.c
sdl_rotozoom.c
sdl_rotozoom.png
sdl_stb_image.c
sdl_stb_image_data.c
sdl_surface_refcount.c
sdl_text.c
sdlglshader.c
sdlglshader.png
sha1.c
ship.dds
skinning_test_no_simd.cpp
test-fix-closure.js
test_benchmark.py Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack 2013-08-12 15:05:35 -07:00
test_browser.py - added test for FS.syncfs functionality 2013-09-29 01:50:14 -07:00
test_core.py disable some recently-changed tests in modes where they need inline js or emcc 2013-10-01 12:17:53 -07:00
test_egl_width_height.c
test_other.py update test_outline 2013-09-30 16:41:45 -07:00
test_sanity.py fix sanity.test_emcc_caching (we now have a cache dir earlier on) 2013-09-30 13:55:01 -07:00
test_sockets.py remove temporary enet fix, and define gethostbyname_r in a header, so that we can be sure at compilation time that it is used in the way it is expected to be (that function has more than one possible signature in various unixes) 2013-08-31 15:46:10 -07:00
tex_nonbyte.c Include stdlib.h when using malloc(). 2013-08-24 10:18:24 +07:00
tex_nonbyte.png
twopart_main.cpp
twopart_side.cpp
utf32.cpp Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t strings to JS when building with -fshort-wchar. Closes #1565. 2013-09-10 14:39:32 -07:00
water.dds
whets.cpp
worker_api_2_main.cpp
worker_api_2_worker.cpp
worker_api_main.cpp
worker_api_worker.cpp