summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-04-071-0/+23
|\
| * fixes #1063Araq2014-04-071-0/+23
| |
* | Change the expected path in tfailedassert.Dominik Picheta2014-04-061-1/+1
|/ | | | | | This will cause this test to fail on Linux. The behaviour on Windows is however correct, the filename returned by instantiationInfo is the projPath defined as being "relative to the project's root".
* fixes #798Araq2014-04-0611-1/+8
|
* fixes #297Araq2014-04-061-0/+32
|
* fixes #913Araq2014-04-061-0/+18
|
* fixes yet another option typeAraq2014-04-031-0/+47
|
* Merge pull request #1060 from EXetoC/vm-arithmetic-overflowAndreas Rumpf2014-04-025-0/+56
|\ | | | | Arithmetic underflow/overflow checking for the VM
| * Remove executable.EXetoC2014-03-311-0/+0
| |
| * Add underflow/overflow tests.EXetoC2014-03-316-0/+56
| |
* | Merge pull request #1061 from EXetoC/fix-testsAndreas Rumpf2014-04-024-6/+6
|\ \ | | | | | | Fix some tests.
| * | Fix some tests.EXetoC2014-03-314-6/+6
| |/
* | make tstaticprintseq greenAraq2014-04-011-2/+2
| |
* | fixed another vm bugAraq2014-04-011-1/+5
| |
* | fixes #880Araq2014-04-011-0/+11
|/
* tester outputs full test pathAraq2014-03-281-1/+2
|
* fixes #911Araq2014-03-281-0/+1
|
* Added test for issue #911.Dominik Picheta2014-03-271-0/+62
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-272-0/+17
|\
| * Merge pull request #1032 from barcharcraz/lowerBoundVarriount2014-03-271-0/+3
| |\ | | | | | | Added lowerBound function to the stdlib
| | * added lowerBound function to algorithm libraryCharlie Barto2014-03-231-0/+3
| | |
| * | Calling randomize() again within 1 second will now provide a different seedJason Livesay2014-03-261-0/+14
| | |
* | | made some tests greenAraq2014-03-274-19/+5
| | |
* | | fixes #1009Araq2014-03-271-0/+36
|/ /
* | fixes tmemit regressionAraq2014-03-261-1/+15
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-261-2/+0
|\ \
| * | Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-2/+0
| | |
* | | fixes #992Araq2014-03-261-0/+6
| | |
* | | borrow dots for distinct types documentedAraq2014-03-261-0/+13
|/ /
* | added #903 to the test suiteAraq2014-03-261-3/+24
| |
* | failing test case preventing the use of --gc:v2: tsymchoicefieldZahary Karadjov2014-03-242-4/+19
|/
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-23/+22
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-231-1/+1
|\
| * Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+1
| |
* | fixes #404Araq2014-03-231-0/+29
|/
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-3/+14
|
* fixes #1023Araq2014-03-221-0/+17
|
* fixes #1010Araq2014-03-221-1/+21
|
* msg -> errmsgZahary Karadjov2014-03-213-5/+5
|
* fix #1015Zahary Karadjov2014-03-201-0/+24
|
* fix the handling of "msg" testsZahary Karadjov2014-03-202-2/+6
|
* fix #1013Zahary Karadjov2014-03-201-0/+23
|
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-203-1/+90
| | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-0/+49
| | | | Added tests for packed and union pragmas
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-164-6/+10
|
* make some tests greenZahary Karadjov2014-03-167-13/+13
|
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-163-2/+18
|
* more robust handling of proc signatures containing inter-param type referencesZahary Karadjov2014-03-161-0/+9
|
* fix #997Zahary Karadjov2014-03-161-1/+8
|
* fix #996Zahary Karadjov2014-03-161-0/+4
|