aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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é
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-12properly demangle cxxabi crazinessAlon Zakai
2013-10-12refactor out parsing of nested demangled runsAlon Zakai
2013-10-12support demangling constAlon Zakai
2013-10-12demangle basic templatesAlon Zakai
2013-10-12demangle some templatesAlon Zakai
2013-10-12work towards demangling of templatesAlon Zakai
2013-10-12demangle basic paramsAlon Zakai
2013-10-12avoid crash in demangler with special operatorsAlon Zakai
2013-10-11use full params when legalizing phis, not just their idents; fixes #1702Alon Zakai
2013-10-11Fixes bug when renaming a directory into a subdirectory.Michael Bishop
2013-10-11C++ demangle helperAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory ↵Alon Zakai
initializer
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-09remove no longer needed test disablingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09update other.test_chunkingAlon Zakai
2013-10-09avoid X-(-Y) in js optimizer; fixes #1685Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08Merge pull request #1689 from juj/fix_gl_uniform_arraysjuj
Fix gl uniform arrays
2013-10-08Disable the uniform array test by default.Jukka Jylänki
2013-10-08Add unit test for GLES2 uniform arrays.Jukka Jylänki
2013-10-06enable asm validation checks in unistd tests using EM_ASMAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the ↵Alon Zakai
generated functions