swig/Examples/test-suite/javascript
Olly Betts cfd2557cda Revert "[js] Add mod_runme.js"
This reverts commit ea514c3961.

The new runme.js isn't used for node because it fails to run
multicpptest testcases, but was failing for jsc in CI.

The first problem is the new file is missing `new` where the two
objects are created, but fixing that reveals that this testcase
is currently broken for Javascript so just revert for now.
2022-10-20 11:42:27 +13:00
..
node_template Fix Javascript node test-suite to use desired c++ standard 2022-10-15 14:58:25 +01:00
abstract_access_runme.js
abstract_inherit_runme.js
abstract_typedef2_runme.js
abstract_typedef_runme.js
abstract_virtual_runme.js
array_member_runme.js
arrays_global_runme.js
callback_runme.js
catches_strings_runme.js std::string throws typemaps 2022-09-19 09:09:29 +01:00
char_binary_runme.js
char_strings_runme.js
class_ignore_runme.js
class_scope_weird_runme.js
complextest_runme.js
constover_runme.js
constructor_copy_runme.js
cpp11_move_typemaps_runme.js Provide SWIGTYPE MOVE typemaps in swigmove.i 2022-09-16 08:36:25 +01:00
cpp11_rvalue_reference_move_runme.js rvalue reference outputs 2022-09-08 08:46:32 +01:00
cpp11_std_unique_ptr_runme.js Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr 2022-09-17 10:23:51 +01:00
cpp11_strongly_typed_enumerations_runme.js
cpp_enum_runme.js
cpp_namespace_runme.js
cpp_static_runme.js
director_alternating_runme.js
disown_runme.js
dynamic_cast_runme.js
empty_c_runme.js
empty_runme.js
enum_template_runme.js
infinity_runme.js
inherit_missing_runme.js
integers_runme.js add tests for new casting behavior 2022-10-10 13:28:44 +02:00
javascript_lib_arrays_runme.js
li_std_auto_ptr_runme.js Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr 2022-09-17 10:23:51 +01:00
li_typemaps_runme.js
Makefile.in Fix Javascript node test-suite to use desired c++ standard 2022-10-15 14:58:25 +01:00
namespace_virtual_method_runme.js
native_directive_runme.js
nspace_extend_runme.js
nspace_runme.js
null_pointer_runme.js
overload_copy_runme.js
overload_null_runme.js Shorten testcase variable names for Scilab 6 to work 2021-11-15 22:45:56 +00:00
preproc_include_runme.js
preproc_runme.js
rename1_runme.js
rename2_runme.js
rename3_runme.js
rename4_runme.js
rename_scope_runme.js
rename_simple_runme.js
ret_by_value_runme.js
string_simple_runme.js
struct_value_runme.js
swig_exception_runme.js
template_static_runme.js
typedef_class_runme.js
typedef_inherit_runme.js
typedef_scope_runme.js
typemap_arrays_runme.js
typemap_delete_runme.js
typemap_namespace_runme.js
typemap_ns_using_runme.js
types_directive_runme.js
using1_runme.js
using2_runme.js
varargs_runme.js
virtual_derivation_runme.js
voidtest_runme.js [Javascript] Fix handling of functions which take void* 2022-03-07 14:17:52 +13:00