Commit Graph

5 Commits

Author SHA1 Message Date
William S Fulton 42938dc520 Correct infinity testcase 2014-05-29 08:45:56 +01:00
William S Fulton 664c6cc81e Fix infinity testcase on windows 2014-05-29 07:50:21 +01:00
William S Fulton bebd97e7f4 Restore and fix infinity testcase for Javascript 2014-04-20 14:25:49 +01:00
Oliver Buchtala 6dcbbf07db Conflicts:
.gitignore
	.project
	.travis.yml
	Examples/Makefile.in
	Examples/test-suite/director_nspace.i
2013-09-27 02:29:02 +02:00
Eric Wing e01e337d75 Added unit test using C99 INFINITY. This test actually tests a float
conversion bug where converting to float imposed overflow checking which
should not be there and causes this program to error out. This was seen
originally in Javascript, but it turns out Python has the same bug. Lua
does not have this bug. Other generators have not been tested.

This test also tests the rename feature. The Javascript generator was
not renaming the variable correctly.
2013-09-09 12:53:37 +03:00