swig/Examples/test-suite/javascript
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
..
node_template Added missing template configuration files for nodejs based tests. 2013-09-04 18:04:40 +02:00
abstract_access_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
abstract_typedef2_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
abstract_typedef_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
abstract_virtual_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
array_member_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
arrays_global_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
char_binary_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
class_ignore_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
class_scope_weird_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
complextest_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
constover_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
constructor_copy_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
cpp_enum_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
cpp_namespace_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
cpp_static_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
director_alternating_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
enum_template_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
infinity_runme.js Added unit test using C99 INFINITY. This test actually tests a float 2013-09-09 12:53:37 +03:00
javascript_unicode_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
Makefile.in Allow to run the test suite with our list of smoke tests. 2013-09-06 15:59:43 +03:00
namespace_virtual_method_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
overload_copy_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
preproc_include_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
preproc_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
README Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into devel 2012-09-08 00:56:48 +00:00
ret_by_value_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
setup_test.sh Allow exceptions in generated example/test node extensions. 2013-09-04 13:07:07 +02:00
struct_value_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
template_static_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typedef_class_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typedef_inherit_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typedef_scope_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typemap_arrays_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typemap_delete_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typemap_namespace_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
typemap_ns_using_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
using1_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00
using2_runme.js Make javascript test-suite work with nodejs. 2013-09-03 16:57:40 +02:00

See ../README for common README file.

Any testcases which have _runme.js appended after the testcase name will be detected and run.