Cauê Waneck 72bb6b374a [java/cs] Do not warn on unsafe casts that are actually compatible (because of type parameter constraints). Closes #3788 10 년 전
..
cs_drivers d88b79b448 [cs] First implementation of sys.db using ADO.NET 10 년 전
java_drivers 3fad124793 [spod] Java SPOD implementation 11 년 전
native_cs fe7e9a83da [cs] Added cs.Flags to easily manipulate C# Enums with the Flags attribute 10 년 전
native_java d9d88b3f96 [java] Correctly allow boxed types to be used. Closes #2964 10 년 전
native_python 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
src 72bb6b374a [java/cs] Do not warn on unsafe casts that are actually compatible (because of type parameter constraints). Closes #3788 10 년 전
README.md ce1249ecb7 Added a simple README file for unit test. 11 년 전
compile-as3.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-cpp.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-cppia-host.hxml 3b42bbf2ee [cpp] Fix interface casting for cppia. Do not inline native functions on cppia. Export IMap interface 10 년 전
compile-cppia.hxml c859c9f89a [cpp] Change format outputput class list. Add some classes to help boot cppia code. 10 년 전
compile-cs-travis.hxml e858b60175 [cs] Disable sqlite tests outside CI. Closes #3584 10 년 전
compile-cs-unsafe-travis.hxml 8ec9c126e4 Test C# on AppVeyor. 10 년 전
compile-cs-unsafe.hxml 8ec9c126e4 Test C# on AppVeyor. 10 년 전
compile-cs.hxml 8f82af90c8 minor 10 년 전
compile-each.hxml bf0de81c9f [java/cs] Only escape special characters. See #3760 10 년 전
compile-exe-runner.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-flash8.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-flash9.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-java-runner.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-java.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-js.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-macro.hxml 02a67d0884 split unittest hxml files 11 년 전
compile-neko.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-php.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-python.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-remoting.hxml 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
compile-saucelabs-runner.hxml 64b3ff6ec9 attempt to fix sauce labs 11 년 전
compile.hxml 4412b00a48 test all targets again 11 년 전
res1.txt 8d331ea120 removed Std.chr, Std.ord 17 년 전
res2.bin 490fe2c06b larger binary resource 17 년 전
server.bat 142d9153ee finished remoting changes 17 년 전
unit-js.html 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전
unit.html 3a799a2e32 [cs] Merge #3413 10 년 전
unit.hxproj 4f5d4a230d restructure unit tests: sources in src, output in bin 11 년 전

README.md

Unit test

Here in this folder is a set of tests for the Haxe compiler. To compile and run the tests:

  1. haxe compile.hxml
  2. nekotools server
  3. open http://localhost:2000/unit.html in your browser