emscripten/tests
Alon Zakai 56db50d0bc refactor code mods code to use --separate-asm, fixes #3797 2015-09-20 16:18:51 -07:00
..
Module-exports
box2d
bullet add bullet output for musl, with tiny rounding differences compared to previously 2015-06-02 15:11:19 -07:00
cases add testcase for inttoptr of a function pointer with an i64 2015-08-21 12:15:37 -07:00
cmake Improve other.test_cmake to test that check_include_file() is able to take in compiler flag command lines that are very long. (happens e.g. with OpenCV). Latest CMake has this fixed. 2015-08-16 21:05:33 +03:00
core fix EM_ASM_DOUBLE return value #3770 2015-09-11 16:01:10 -07:00
ctype
cube2hash
cubescript
dirent more test_readdir fixes for musl 2015-05-25 19:32:35 -07:00
embind [embind] Fix unused variable warning in tests. 2015-07-21 11:36:15 +07:00
emscripten_log fix double alignment issue in formatString and emscripten_log #3647 2015-07-29 14:02:41 -07:00
enet
env update test_env output 2015-05-28 13:05:57 -07:00
fcntl musl adds O_LARGEFILE to all open()s, make test_fcntl more careful what it tests 2015-05-27 13:13:15 -07:00
fcntl-misc add assert to test_fcntl_misc 2015-05-27 13:38:38 -07:00
fcntl-open
filesystem update test_fs_base expected output 2015-05-29 13:11:07 -07:00
freealut
freetype
fs closure support for lz4 2015-09-08 11:03:34 -07:00
fuzz remove undefined behavior from fuzz/2.c 2015-06-24 17:21:56 -07:00
glbook
hyperbolic
langinfo update test_langinfo for musl output (which seems overall ok or better, although it does return NULL for CRNCYSTR) 2015-05-24 15:22:33 -07:00
lua
math
module
msvc10
nbody-java
netinet
openjpeg
optimizer As of 2275f51a5 this is eliminated, name it better 2015-09-05 12:48:20 +01:00
parseInt
poppler
printf update test_printf for musl output and limitations 2015-05-24 14:39:00 -07:00
pthread Fix test_pthread_volatile to not hang when run without threads supported. 2015-09-02 03:13:17 +03:00
python
qsort
return64bit
scons
sockets implement getsockname socketcall #3769 2015-09-11 14:31:27 -07:00
sounds
sqlite
stat update test_stat_chmod to expect lchmod to fail, which linux and musl do 2015-05-26 18:13:37 -07:00
stdio note that test_fgetc_ungetc has been confirmed as an upstream musl bug 2015-05-28 19:35:14 -07:00
systypes
termios
time
unistd Skip testing of symlinking on NODEFS on Windows in test_unistd_unlink, since it requires administrative privileges. 2015-09-03 00:24:53 +03:00
utime
uuid
webidl store webidl temporary strings in an optimized memory structure, avoiding stack overflows 2015-07-14 14:44:43 -07:00
zlib
799.cpp
aniso.c
aniso.png
asm_swap.cpp
asm_swap2.cpp
asmjs-unknown-emscripten.c
autoassemble.c
benchmark_sse.h Add synthetic benchmark for SSE2. 2015-08-17 23:34:05 +03:00
benchmark_sse1.cpp Add synthetic benchmark for SSE2. 2015-08-17 23:34:05 +03:00
benchmark_sse1.py Add -msse to benchmark_sse1 build. 2015-08-17 23:34:36 +03:00
benchmark_sse2.cpp Add synthetic benchmark for SSE2. 2015-08-17 23:34:05 +03:00
bigswitch.cpp
bloom.dds
browser_gc.cpp
browser_harness.html
browser_main.cpp
browser_module.cpp
browser_test_hello_world.c
bullet_hello_world.cpp Add Bullet physics to ports 2015-08-10 12:37:13 -07:00
canvas_size_proxy.c Add test to ensure canvas css size is available when main() is called 2015-07-21 12:14:54 -07:00
canvas_style_proxy.c Add test for proxying canvas style 2015-07-21 10:15:59 -07:00
canvas_style_proxy_pre.js Add test for proxying canvas style 2015-07-21 10:15:59 -07:00
canvas_style_proxy_shell.html Add test for proxying canvas style 2015-07-21 10:15:59 -07:00
checksummer.c
codemods.cpp
cube2md5.cpp
cube2md5.ok
cube2md5.txt
cube_explosion.c
cube_explosion.png
cubegeom.c
cubegeom.png
cubegeom_color.c
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
cubegeom_pre.png
cubegeom_pre2.c
cubegeom_pre2.png
cubegeom_pre2_vao.c
cubegeom_pre2_vao2.c
cubegeom_pre2_vao2.png
cubegeom_pre3.c
cubegeom_pre_vao.c
cubegeom_pre_vao.png
cubegeom_proc.c
cubegeom_texturematrix.c
cubegeom_texturematrix.png
dlmalloc_proxy.c
dlmalloc_test.c
doublestart.c
emscripten_api_browser.cpp
emscripten_api_browser2.cpp
emscripten_api_browser_infloop.cpp
emscripten_fs_api_browser.cpp
emscripten_fs_api_browser2.cpp overwrite a file if it exists in emscripten_async_wget #3469 2015-05-26 14:48:12 -07:00
emscripten_get_now.cpp
emscripten_main_loop.cpp
emterpreter_advise.cpp avoid stdio stuff in other.test_emterpreter_advise 2015-05-28 21:07:16 -07:00
emterpreter_advise_funcptr.cpp avoid stdio stuff in other.test_emterpreter_advise 2015-05-28 21:07:16 -07:00
emterpreter_async.cpp
emterpreter_async_2.cpp
emterpreter_async_bad.cpp
emterpreter_async_iostream.cpp add memory/string methods to OK_TO_CALL_WHILE_ASYNC, as they can be called from iostream code during yield 2015-08-27 11:12:02 -07:00
emterpreter_async_mainloop.cpp
emterpreter_async_sleep2.cpp
emterpreter_async_virtual.cpp
emterpreter_async_virtual_2.cpp
emterpreter_async_with_manual.cpp
fannkuch.cpp
fannkuch.js
fasta.cpp
fasta.js
file_db.cpp
files.cpp update test_files to the fact that musl emits temp files with slightly different names than we used to 2015-05-24 15:48:23 -07:00
float+.c
float_tex.cpp Properly handle nulls instead of strings also in other shader functions. 2015-06-01 20:46:21 +02:00
float_tex.png
force_exit.c
freetype_test.c add freetype 2.6 to ports 2015-08-14 22:26:28 +02:00
full_es2_sdlproc.c
gears.png
gen_large_switchcase.py Improve test_biggerswitch to test what it outputs is valid. 2015-06-18 23:58:11 +03:00
gl_matrix_identity.c
gl_ps.c
gl_ps.png
gl_ps_packed.c
gl_ps_strides.c
gl_ps_strides.png
gl_ps_worker.c support binding a null texture #3569 2015-06-30 14:21:01 -07:00
gl_renderers.c
gl_renderers.png
gl_stride.c
gl_stride.png
gl_subdata.cpp
gl_teximage.c
gl_textures.cpp
gl_vertex_buffer.c
gl_vertex_buffer.png
gl_vertex_buffer_pre.c
gl_vertex_buffer_pre.png
glbegin_points.c
glbegin_points.png
gles2_conformance.cpp
gles2_uniform_arrays.cpp
glew.c
glfw.c
glfw3.c
glfw3_events.c
glfw_minimal.c add missing GL dependency for GLFW #3530 2015-06-10 14:05:41 -07:00
glgetattachedshaders.c
glgettexenv.c
glshaderinfo.cpp
glut_touchevents.c
glut_wheelevents.c
hashtest.cpp
hello_cxx03.cpp
hello_cxx11.cpp
hello_function.cpp
hello_image_sdl.c
hello_libcxx.cpp
hello_malloc.cpp
hello_world.c
hello_world.cpp
hello_world.ll update tests 2015-05-13 14:43:29 -07:00
hello_world_em_asm.c do not use printf in other.test_no_nuthin, as it uses the filesystem 2015-05-28 17:51:38 -07:00
hello_world_error.c
hello_world_error.cpp
hello_world_exit.c
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_proxy.c
hello_world_gles_shell.html
hello_world_loop.cpp
hello_world_loop_malloc.cpp
hello_world_sdl.cpp
hello_world_worker.cpp fix browser.test_worker 2015-06-02 16:46:55 -07:00
htmltest.png
http.cpp
http.h
i64_precise.txt
idbstore.c
idbstore_sync.c
idbstore_sync_worker.c
in_flight_memfile_request.c add missing test file 2015-08-27 15:36:10 -07:00
life.c
lifetime.ll test ll fixes 2015-05-13 17:40:39 -07:00
linpack.c
mainloop_reschedule.cpp
mem_init.cpp
mem_init_request.cpp
meminit_pairs.c Incorporate suggestions from code review 2015-06-15 22:46:10 +02:00
mmap_file.c fix test_mmap_file for musl, which accepts mmap only on linuxey multiples of 4096 2015-05-28 13:25:08 -07:00
new.cpp
openal_buffers.c
openal_playback.cpp
parallel_test_core.py Improve tests/parallel_test_core.py to interactively report the actual test results instead of only printing the number of lines during run. 2015-09-14 23:36:47 +03:00
perspective.c
perspective.png
pngtest.c add libpng to ports (with tests) 2015-05-12 17:45:35 +02:00
pngtest.png add libpng to ports (with tests) 2015-05-12 17:45:35 +02:00
pre_run_deps.cpp
primes.cpp
print_args.js
raytrace.cpp
raytrace.ppm
raytrace_7_256.ppm
runner.py Switch the asm.js validation error ignore from Float32x4 to Int8x16, Int16x8 and Float64x2 types, since those aren't asm.js-enabled yet. 2015-09-15 14:43:22 +03:00
runtime_misuse.cpp remove free() hack in browser.test_runtime_misuse 2015-06-12 11:15:18 -07:00
runtime_misuse_2.cpp remove free() hack in browser.test_runtime_misuse 2015-06-12 11:15:18 -07:00
s3tc.c
s3tc.png
s3tc_crunch.c
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
sdl2_audio_beep.cpp
sdl2_canvas.png
sdl2_canvas_blank.c
sdl2_canvas_palette.c
sdl2_canvas_palette_2.c
sdl2_canvas_proxy.c
sdl2_canvas_size.c
sdl2_canvas_twice.c
sdl2_canvas_write.cpp
sdl2_fog_density.c
sdl2_fog_exp2.c
sdl2_fog_linear.c
sdl2_fog_negative.c
sdl2_fog_simple.c
sdl2_gfx_primitives.c
sdl2_gl_frames_swap.c do not post partial frames from WebGLWorker: when the current frame has already been pushed, by doSwapBuffers for example, avoid sending anything automatically from rAF (we only need rAF when something was *not* sent, in which case the browser default assumes the frame is over) #3567 2015-07-15 16:30:38 -07:00
sdl2_gl_frames_swap.png do not post partial frames from WebGLWorker: when the current frame has already been pushed, by doSwapBuffers for example, avoid sending anything automatically from rAF (we only need rAF when something was *not* sent, in which case the browser default assumes the frame is over) #3567 2015-07-15 16:30:38 -07:00
sdl2_gl_read.c
sdl2_image.c
sdl2_image_prepare.c
sdl2_key.c keep the keydown case for 'a' 2015-08-18 12:48:15 +01:00
sdl2_mouse.c
sdl2_pumpevents.c
sdl2_swsurface.c
sdl2_text.c
sdl2_unwasteful.cpp
sdl2glshader.c
sdl_alloctext.c
sdl_audio.c Fix Mix_LoadWAV with SDL2 RWops 2015-05-28 19:47:25 +01:00
sdl_audio_beep.cpp
sdl_audio_beep_sleep.cpp
sdl_audio_mix.c
sdl_audio_mix_channels.c
sdl_audio_panning.c
sdl_canvas.c
sdl_canvas_alpha.c
sdl_canvas_alpha.png
sdl_canvas_alpha_flag_0.png
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
sdl_canvas_proxy.png
sdl_canvas_size.c
sdl_canvas_size.html
sdl_canvas_twice.c
sdl_canvas_twice.png
sdl_create_rgb_surface_from.c
sdl_create_rgb_surface_from.png
sdl_fog_density.c
sdl_fog_exp2.c
sdl_fog_linear.c
sdl_fog_negative.c
sdl_fog_simple.c
sdl_free_screen.cpp
sdl_gfx_primitives.c
sdl_gfx_primitives.png
sdl_gl_mapbuffers.c
sdl_gl_read.c
sdl_headless.c
sdl_image.c
sdl_image_prepare.c
sdl_image_prepare_data.c
sdl_joystick.c
sdl_key.c
sdl_key_proxy.c
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
sdl_pumpevents.c
sdl_quit.c
sdl_resize.c
sdl_rotozoom.c
sdl_rotozoom.png
sdl_set_clip_rect.c
sdl_set_clip_rect.png
sdl_stb_image.c
sdl_stb_image_data.c
sdl_surface_refcount.c
sdl_swsurface.c
sdl_text.c
sdl_togglefullscreen.c
sdl_touch.c
sdl_wm_togglefullscreen.c
sdlglshader.c Fix exception being thrown on empty glBegin()-glEnd() blocks. Closes #3693. 2015-08-17 23:16:54 +03:00
sdlglshader.png
sdlglshader2.c
sha1.c
ship.dds
sigalrm.cpp Add primitive support for alarm() signal. 2015-06-01 15:09:53 +03:00
skinning_test_no_simd.cpp
test-fix-closure.js
test_benchmark.py Adieu, adieu, adieu, CORRECT_SIGNS! 2015-04-25 07:12:53 +07:00
test_browser.py refactor code mods code to use --separate-asm, fixes #3797 2015-09-20 16:18:51 -07:00
test_core.py Merge pull request #3740 from juj/reenable_sse2_test 2015-09-17 15:54:48 -07:00
test_egl.c
test_egl_width_height.c
test_emrun.c Match url encoding with emrun url decoding in src/emrun_postjs.js. Fixes #3394. Add test. 2015-04-23 11:41:52 +03:00
test_fflush.cpp
test_fflush.html
test_float_literals.cpp
test_float_literals.out update test_float_literals for musl's more correct float output 2015-05-28 13:35:29 -07:00
test_glfw_fullscreen.c Fixed problem with "Resize Canvas" not working on GLFW. 2015-06-17 21:58:07 +02:00
test_html5.c
test_html5_fullscreen.c
test_html5_fullscreen.html
test_html5_mouse.c
test_interactive.py use different browser timeouts in browser, sockets and interactive 2015-07-17 13:06:13 -07:00
test_locale.c
test_locale.out
test_minmax.c
test_other.py move test_sixtyfour_bit_return_value to test_other as it does not depend on a core test mode 2015-09-16 20:18:44 -07:00
test_sanity.py add freetype 2.6 to ports 2015-08-14 22:26:28 +02:00
test_sdl_mousewheel.c
test_sockets.py handle the case of a null socket address in getsockname #3769 2015-09-11 18:55:26 -07:00
test_sse1.cpp Re-enable NaN-related cmp tests in test_sse1, which has been fixed, and the test is not run in node.js. Closes #3048. 2015-09-03 17:19:04 +03:00
test_sse1_full.cpp Mark down urls to bug reports in SIMD tests. 2015-09-18 17:56:44 +03:00
test_sse2_full.cpp Mark down urls to bug reports in SIMD tests. 2015-09-18 17:56:44 +03:00
test_sse_full.h Fix long long vs int64_t cast issue that affected native linux clang compilation of test_sse1_full. 2015-08-26 16:46:32 +03:00
test_vr.c WebVR: add some more debug output to the tests 2015-07-23 09:50:24 +02:00
test_webgl_context_attributes_common.c
test_webgl_context_attributes_glfw.c
test_webgl_context_attributes_glut.c
test_webgl_context_attributes_sdl.c
test_wget.c
test_wget_data.c
tex_nonbyte.c
tex_nonbyte.png
twopart_main.cpp
twopart_side.cpp
unicode_library.js
utf8.cpp
utf32.cpp
vorbis_test.c Add vorbis, ogg to ports; Added automated port dependencies 2015-08-10 12:37:13 -07:00
water.dds
webgl2.cpp Implement glGetStringi() for GLES3 compatibility and add a test. Closes #3472. 2015-09-02 16:47:37 +03:00
webgl_create_context.cpp
webgl_destroy_context.cpp
webgl_destroy_context_shell.html
whets.cpp
worker_api_2_main.cpp
worker_api_2_worker.cpp
worker_api_3_main.cpp
worker_api_3_worker.cpp
worker_api_main.cpp
worker_api_worker.cpp
worker_api_worker_sleep.cpp