aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-11-01add vector support for and, or and xorAlon Zakai
2013-10-31Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵Alon Zakai
into incoming Conflicts: AUTHORS
2013-10-30handle vector zeroinitializersAlon Zakai
2013-10-30remove finalizeParam and properly use finalizeLLVMParameter everywhereAlon Zakai
2013-10-30fix tests/cases/caall.llAlon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
`node` binaries built from upstream git have a "-pre" suffix attached to the version number. Fix the version parser to handle those.
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30improve simd testsAlon Zakai
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-29clean up simd code, fix uint32x4 heap offsets, and add testingAlon Zakai
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-28Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interactionAlon Zakai
Fix an issue with Boost compilation.
2013-10-28fix glGetString and eglQueryString, and optimize emulated glGetStringAlon Zakai
2013-10-27simplify webgl context attributes test harness code a littleAlon Zakai
2013-10-27show alerts if antialiasing, depth or stencil are missing in context ↵Alon Zakai
attributes test
2013-10-27Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten ↵Alon Zakai
into incoming
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
The issue is that when these macros are defined, libcxx creates inline functions and so we end up with 2 separate defintions of these functions (one inline in std and one that is extern "C"). We undef these until libcxx is fixed. Without this, some things can fail to compile correctly, like Boost. Fixes issue #1716.
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-24add tests for WebGL context attributes (antialiasing, depth, stencil) when ↵Antoine Lambert
they are enabled or disabled
2013-10-23write out html and side js when html output is requested, to improve page ↵Alon Zakai
load times
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size ↵Jukka Jylänki
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
2013-10-21Fix test_unistd_access and test_unistd_truncate on Windows. Both tests ↵Jukka Jylänki
failed at the end on cleanup stage, when the test left behind files with readonly bit set, and shutil.rmtree() fails on Windows if any of the files are read-only.
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it ↵Jukka Jylänki
requires running in administrative mode. (Also atm fails on a few node.js-specific crossplatform discrepancies)
2013-10-19update other.test_toobigAlon Zakai
2013-10-18fix simd math operations and improve testAlon Zakai
2013-10-18improve simd2 testAlon Zakai
2013-10-18add test_simd2Alon Zakai
2013-10-18add -O2 to simd testAlon Zakai
2013-10-18add test targetAlon Zakai
2013-10-17is SP is not defined in linpack, default to DPAlon Zakai
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of ↵Alon Zakai
github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ↵Alon Zakai
a problem
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15update test_emccAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-15removed comment in src/shell.js and explicitly called run_js with ↵Fraser Adams
engine=NODE_JS as requested
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13more demangle testingAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13Fixed a few warnings in cubegeom testsRémi Papillié