Simon Marchetto
ad6e0145b3
scilab: implement overload_numeric test
2014-04-01 17:45:59 +02:00
Simon Marchetto
9a3562d7ef
scilab: new test scilab_multivalue
2014-04-01 15:47:27 +02:00
Karl Wette
16039ce426
Fix out of source test-suite runs for Octave
2014-03-31 22:41:55 +01:00
William S Fulton
0fdfa3b6ce
Add runtime test for commit 7a96fba836
2014-03-31 19:29:19 +01:00
William S Fulton
50a9c5fbec
Add C++11 constexpr runtime test
2014-03-31 19:29:19 +01:00
Simon Marchetto
2d11ed3932
scilab: new test overload_arrays
2014-03-31 17:00:00 +02:00
Simon Marchetto
9f0929574f
scilab: use checkequal in test arrays_global
2014-03-31 16:58:17 +02:00
Simon Marchetto
5849794758
scilab: implement overload_copy test
2014-03-31 16:57:09 +02:00
Oliver Buchtala
a8c3f85378
Insert a workaround for c_delete and c_delete_function for v8.
2014-03-31 02:59:33 +02:00
Oliver Buchtala
158c8b6732
Merge branch 'master' into devel
...
Conflicts:
.travis.yml
Examples/test-suite/common.mk
2014-03-30 23:07:56 +02:00
Simon Marchetto
fc3a43240d
scilab: implement overload_complicated test
2014-03-28 17:41:37 +01:00
Simon Marchetto
b74013a6cb
scilab: implement overloading_simple test
2014-03-28 17:41:22 +01:00
Simon Marchetto
143e6a301f
scilab: use swig_this to test pointers
2014-03-28 15:25:02 +01:00
Simon Marchetto
fa834b506f
scilab: update null_pointer test ([] is no more null pointer use swig_ptr(0))
2014-03-28 15:11:47 +01:00
Simon Marchetto
675c4cee0f
scilab: add pointer conversion builtin functions swig_this & swig_ptr
2014-03-28 15:01:01 +01:00
Simon Marchetto
b58d996743
scilab: fix line number error in swigtesterror()
2014-03-28 09:53:54 +01:00
William S Fulton
cd2085aae7
Fixes for C enums used in an API and the definition of the enum has not been parsed.
...
For D, this fixes a segfault in SWIG.
Java, C#, D, Go now produce code that compiles, although the definition of the
enum is needed in order to use the enum properly from the target language.
2014-03-28 07:54:03 +00:00
William S Fulton
15f4b3b19d
Correct messages displayed when running Java test-suite
2014-03-28 07:48:40 +00:00
Simon Marchetto
a56cfc86f5
scilab: fix inherit_missing test which does not quit
2014-03-27 11:25:20 +01:00
Simon Marchetto
0d1ddef0a1
scilab: implement constructor_copy test
2014-03-27 10:36:16 +01:00
Simon Marchetto
cab9a993d5
scilab: implement return_const_value test
2014-03-27 10:27:12 +01:00
Simon Marchetto
c5fc23e17e
scilab: implement li_carrays test
2014-03-27 09:44:52 +01:00
Simon Marchetto
b7f97e98b9
scilab: implement inherit_missing test
2014-03-26 17:39:09 +01:00
Simon Marchetto
9918b7c06c
scilab: implement voidtest test
2014-03-26 17:37:33 +01:00
Simon Marchetto
d5e8634c53
scilab: implement funcptr_cpp test
2014-03-26 16:35:00 +01:00
Simon Marchetto
a4979d8d7e
scilab: test *matrix, size) array typemaps
2014-03-26 14:39:34 +01:00
Simon Marchetto
c4381e8d57
scilab: add support for multiset
2014-03-26 10:26:07 +01:00
Simon Marchetto
135540025b
scilab: update tests list
2014-03-25 18:08:31 +01:00
Simon Marchetto
e87fce527e
scilab: group together STL container typemaps tests (associative + sequence) in same test
2014-03-25 17:21:49 +01:00
Simon Marchetto
4edea13385
scilab: implement member_pointer test
2014-03-25 12:04:29 +01:00
Simon Marchetto
1a9eb22647
scilab implement empty test
2014-03-25 10:23:56 +01:00
Simon Marchetto
6014361ba9
scilab: implement cpp_basic
2014-03-25 10:17:24 +01:00
Simon Marchetto
2073c7a1cc
scilab: implement test global_vars
2014-03-24 10:34:52 +01:00
Artem Serebriyskiy
f2c410a8c0
Fixing issue 152
2014-03-23 14:05:05 +04:00
William S Fulton
91c817b475
Fix C++11 extern template test
2014-03-21 18:36:21 +00:00
Simon Marchetto
efdb52fa83
scilab: implement template_ns test
2014-03-21 15:11:45 +01:00
Simon Marchetto
c89b1afaa6
scilab: implement template_static test
2014-03-21 12:08:43 +01:00
Simon Marchetto
0c4f2ea697
scilab: implement test template_rename
2014-03-21 11:55:23 +01:00
Simon Marchetto
30a1a84a58
scilab: implement test template_classes
2014-03-21 11:55:15 +01:00
Simon Marchetto
25cadaa9fe
scilab: implement primitive_ref test
2014-03-21 11:25:28 +01:00
Simon Marchetto
c85a0a331f
scilab: add assert equal function for tests
2014-03-21 11:24:50 +01:00
William S Fulton
abd31397fa
Always use debug flags for Mono to get decent stacktraces on error.
2014-03-20 19:12:44 +00:00
Simon Marchetto
2e2d1afc4d
scilab: STL containers of int accept doubles in input
2014-03-20 17:36:58 +01:00
Simon Marchetto
21feb0fa13
scilab: remove useless include
2014-03-20 15:04:27 +01:00
Simon Marchetto
0bf11ef2d6
scilab: implement and fix test array_member
2014-03-19 10:45:42 +01:00
Simon Marchetto
7f32e10b61
scilab: fix example matrix2
2014-03-17 12:28:43 +01:00
Simon Marchetto
561d6fb4c7
scilab: fix matrix checking in tests (<> => isequal)
2014-03-17 12:06:43 +01:00
Simon Marchetto
d1dface31c
scilab: fix arrays_global (<> => isequal)
2014-03-17 11:57:24 +01:00
William S Fulton
f999c4864e
Fix errors test-suite on Mac OSX
2014-03-16 15:20:13 +00:00
William S Fulton
87963d2e68
Java/C# smart pointer tests: Give GC more time to collect objects
2014-03-16 00:44:30 +00:00