emscripten/tests
Alon Zakai 87758abf9f EM_ASM_ variants that return a value but receive no inputs; fixes #2070 2014-01-27 20:12:46 -08:00
..
Module-exports
box2d add responsive mode to box2d benchmark 2014-01-26 16:04:58 -08:00
bullet
cases fastcomp updates and a test for fptosi|ui on floats and doubles 2014-01-22 13:09:56 -08:00
cmake
core EM_ASM_ variants that return a value but receive no inputs; fixes #2070 2014-01-27 20:12:46 -08:00
ctype
cube2hash
cubescript
dirent
embind correct way of scrollinbg to bottom 2013-11-26 04:08:18 +08:00
emscripten_log Move emscripten-source-map.min.js to src/ since it is a non-tests file needed by public use when user wants to emscripten_log with a C callstack. Remove redundant emscripten_demangle function. 2013-12-20 11:49:36 +02:00
enet
env
fcntl
fcntl-misc
fcntl-open
filesystem
freealut Fix browser.test_freealut on Windows by implementing a CMake build path for that library. 2013-11-17 22:06:03 +02:00
freetype
fs
fuzz improve fuzz test tool 2013-12-23 12:15:16 -08:00
glbook
hyperbolic
langinfo
lua Fix Makefile in test_lua in the case when make is in a path that contains spaces (e.g. c:\program files\emscripten\...\mingw32-make). 2013-11-10 14:50:11 +02:00
math Make lgamma and friends work, add test. 2014-01-14 02:21:11 +07:00
module
msvc10
nbody-java
openjpeg
parseInt
poppler silence poppler stdout output, so it is suitable as a benchmark 2014-01-27 15:20:57 -08:00
printf handle precision -1 in printf .* 2014-01-13 15:31:52 -08:00
pthread fix pthread_setspecific on values of null 2013-11-22 10:15:07 -08:00
python
qsort
scons
sockets add getprotobyname and associated functions from netdb.h. Add test_getprotobyname.c test suite and update test_sockets.py to include test_getprotobyname. ./runner.py sockets.test_getprotobyname completes successfully 2013-11-24 11:16:36 +00:00
sounds
sqlite improve sqlite benchmarking 2014-01-25 17:01:50 -08:00
stat
stdio
systypes
termios
time
unistd
utime
uuid Added crypto quality random number generators for Node.js and browser environment if available 2014-01-02 16:40:09 +00:00
zlib Delete tests/zlib/zconf.h file from the zlib source tree, since it is an automatically generated file during configure step. Add Emscripten-specific mod to make zlib CMakeLists.txt build succeed. 2013-11-13 19:57:08 +02:00
799.cpp
aniso.c fix output in glGetFramebufferAttachmentParameteriv 2014-01-03 11:59:02 -08:00
aniso.png
autoassemble.c
bigswitch.cpp
bloom.dds
browser_gc.cpp
browser_harness.html
browser_main.cpp
browser_module.cpp
checksummer.c
cube2md5.cpp
cube2md5.ok
cube2md5.txt
cube_explosion.c
cube_explosion.png
cubegeom.c properly handle getParameter returning null when it means a null object (e.g., no buffer is bound) and not an invalid name 2014-01-03 11:39:31 -08:00
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_texturematrix.c
cubegeom_texturematrix.png
dlmalloc_proxy.c
dlmalloc_test.c
doublestart.c fix double start bug #1992 in browser as well 2014-01-14 14:49:29 -08:00
emscripten_api_browser.cpp
emscripten_api_browser2.cpp
emscripten_api_browser_infloop.cpp
emscripten_fs_api_browser.cpp
emscripten_get_now.cpp use double for emscripten_get_now, to not lose precision from performance.now etc. 2013-10-29 14:48:40 -07:00
fannkuch.cpp
fannkuch.js
fasta.cpp
fasta.js
file_db.cpp
files.cpp
float+.c
float_tex.cpp
float_tex.png
full_es2_sdlproc.c
gears.png
gl_matrix_identity.c
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
gl_vertex_buffer.png
gl_vertex_buffer_pre.c
gl_vertex_buffer_pre.png
glbegin_points.c
glbegin_points.png
gles2_conformance.cpp Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null out pointer instead of crashing. Fix glGetIntegerv of GL_SHADER_BINARY_FORMATS to not write anything out to the provided buffer. 2013-12-13 18:07:04 +02:00
gles2_uniform_arrays.cpp Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetProgramiv(GL_ACTIVE_ATTRIBUTE_MAX_LENGTH). Test this as part of gles2_uniform_arrays.cpp. Closes #1796. 2013-11-14 00:49:35 +02:00
glew.c Add GLEW 1.10.0 emulation 2014-01-14 17:04:58 +02:00
glfw.c
glgetattachedshaders.c
glgettexenv.c Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR color data from glGetTexEnvfv. 2014-01-14 12:42:42 +02:00
glshaderinfo.cpp
glut_touchevents.c
glut_wheelevents.c
hashtest.cpp
hello_cxx03.cpp
hello_cxx11.cpp
hello_function.cpp
hello_image_sdl.c add test file for tutorial 2013-12-16 17:45:47 -08:00
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.ll
hello_world_error.c
hello_world_error.cpp
hello_world_exit.c Implement command line passing to work to emrun when --emrun is passed. 2013-12-19 18:10:29 +02:00
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 fix file preloading in workers and add test 2013-12-02 16:17:23 -05:00
htmltest.png
http.cpp
http.h
i64_precise.txt
life.c
lifetime.ll
linpack.c
mmap_file.c Add command line parameter --no-heap-copy that optimizes for small memory footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance. 2013-11-02 01:46:31 +02:00
new.cpp
openal_buffers.c fix function type in test_openal_buffers for asm 2014-01-04 18:53:00 -08:00
openal_playback.cpp
perspective.c
perspective.png
pre_run_deps.cpp
raytrace.cpp
raytrace.ppm
raytrace_7_256.ppm
runner.py add asm3 test mode 2014-01-21 18:29:02 -08:00
s3tc.c Add test for s3tc.c rendering when GL_FFP_ONLY flag is set. 2014-01-22 12:32:20 +02:00
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
sdl_alloctext.c
sdl_audio.c
sdl_audio_beep.cpp
sdl_audio_mix.c
sdl_audio_mix_channels.c
sdl_audio_quickload.c
sdl_canvas.c [SDL] Fixing SDL_UnlockSurface in IE10/IE11. 2014-01-03 15:26:47 -05:00
sdl_canvas_alpha.c
sdl_canvas_alpha.png
sdl_canvas_blank.c
sdl_canvas_blank.png
sdl_canvas_palette.c Fix SDL_SetColors && SDL_envets 2013-10-30 18:18:29 +07:00
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 correct way of scrollinbg to bottom 2013-11-26 04:08:18 +08: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
sdl_image.c
sdl_image_prepare.c
sdl_image_prepare_data.c
sdl_joystick.c [SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE. 2013-11-19 18:22:45 -08:00
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_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 add benchmarker option to vary native compiler flags 2014-01-21 18:24:32 -08:00
test_browser.py Merge pull request #2035 from juj/html5_events 2014-01-24 09:29:37 -08:00
test_core.py fix some safeHeap errors with the new exceptions code; fixes #2068 2014-01-27 17:52:02 -08:00
test_egl.c Make EGL function eglCreateContext spec-conformant and actually read the EGL_CONTEXT_CLIENT_VERSION field when creating a context. Require the version number 2, since WebGL1 maps to GLES2. 2013-12-20 11:21:19 +02:00
test_egl_width_height.c
test_float_literals.cpp Add test for storing special float literals in source code. Currently fails in fastcomp. 2014-01-24 19:16:10 +02:00
test_float_literals.out Add test for storing special float literals in source code. Currently fails in fastcomp. 2014-01-24 19:16:10 +02:00
test_html5.c Rename library_events to library_html5 and other suggested renamings. Add better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features. 2014-01-24 12:31:53 +02:00
test_other.py finish precompiled headers test; fixes #2045 2014-01-27 15:26:43 -08:00
test_sanity.py sanity check for js backend in fastcomp 2013-12-31 10:45:17 -08:00
test_sockets.py add getprotobyname and associated functions from netdb.h. Add test_getprotobyname.c test suite and update test_sockets.py to include test_getprotobyname. ./runner.py sockets.test_getprotobyname completes successfully 2013-11-24 11:16:36 +00:00
test_webgl_context_attributes_common.c specify (void) as the arguments in webgl_context_attributes test, to avoid confusion with varargs by clang 2014-01-04 14:02:51 -08:00
test_webgl_context_attributes_glfw.c
test_webgl_context_attributes_glut.c
test_webgl_context_attributes_sdl.c
tex_nonbyte.c
tex_nonbyte.png
twopart_main.cpp
twopart_side.cpp
utf32.cpp enable and fix more tests for fastcomp 2014-01-20 17:21:40 -08:00
water.dds
whets.cpp
worker_api_2_main.cpp
worker_api_2_worker.cpp
worker_api_main.cpp
worker_api_worker.cpp