Commit graph

2,879 commits

Author SHA1 Message Date
William S Fulton
70cee61c2a Cosmetic test case change 2014-06-26 20:30:25 +01:00
William S Fulton
daab0d748c Fix ancient bad merge from trunk 2014-06-26 20:30:25 +01:00
William S Fulton
0ebe64c041 Run overload_arrays testcase in all languages not just Scilab 2014-06-26 20:30:25 +01:00
William S Fulton
a40ab6a7d2 Better Scilab workaround for testcase 2014-06-26 20:30:24 +01:00
William S Fulton
2f01e5468f Fix ancient merge error
in 75d2abfddb
2014-06-26 20:30:24 +01:00
William S Fulton
8143e59d68 Revert "scilab: implement enum_var test"
This reverts commit fbe6c13267.

It looks like an accidental change to me
2014-06-26 20:30:24 +01:00
Simon Marchetto
821118de9b scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00
Simon Marchetto
9fc32cb866 scilab: fix test-suite: change to test dir before running test 2014-06-20 16:48:24 +02:00
Simon Marchetto
2aabb4527e scilab: fix test-suite clean 2014-06-20 12:34:33 +02:00
Simon Marchetto
0f57082cc4 scilab: no need to copy runme script in in-source build 2014-06-20 12:34:33 +02:00
Simon Marchetto
2935426968 scilab: fix nested_structs test 2014-06-19 09:22:00 +02:00
Simon Marchetto
ff6a674cc6 scilab: simplify and complete arrays_dimensionsless test 2014-06-16 17:17:27 +02:00
Simon Marchetto
423b52aa05 scilab: fix array_member test 2014-06-16 17:00:27 +02:00
Simon Marchetto
8a2472c649 scilab: unsigned ints typemaps behave same as ints (2nd commit: arrays) 2014-06-16 16:25:49 +02:00
Simon Marchetto
e324ad1c6c scilab: fix tests for unsigned ints typemap changes 2014-06-16 16:03:50 +02:00
Simon Marchetto
8afd002abe scilab: fix pointer utility functions (return double instead of uint32) 2014-06-16 12:06:30 +02:00
Simon Marchetto
72c6552c2d scilab: unsigned ints typemaps behave same as signed ints (1st commit: scalar) 2014-06-16 12:03:49 +02:00
Simon Marchetto
4ba4591dba scilab: use checkequal() in tests 2014-06-16 10:04:53 +02:00
Simon Marchetto
3ac0dc2be5 scilab: rename matrix typemaps named parameters 2014-06-13 16:21:21 +02:00
Simon Marchetto
fb51700c3a scilab: add library cpointer.i (and test case) 2014-06-11 16:50:25 +02:00
Simon Marchetto
02f0b5ccd0 scilab: remove travis debug 2014-06-10 17:27:49 +02:00
Simon Marchetto
caaba294d6 scilab: fix error in test-suite INCLUDES 2014-06-10 17:09:20 +02:00
Simon Marchetto
44e30da73d scilab: remove travis debug stuff 2014-06-10 16:33:37 +02:00
Simon Marchetto
8dc3b59216 scilab: add SCRDIR as include dir + scilab needs absolute include paths 2014-06-10 16:32:45 +02:00
Simon Marchetto
89dfb14605 scilab: fix test test-suite runme_script 2014-06-10 11:27:54 +02:00
Simon Marchetto
41fe55af87 scilab: fix test-suite copy runme script 2014-06-10 11:15:50 +02:00
Simon Marchetto
4d5ea3e073 scilab: copy test-suite runme script 2014-06-10 11:14:23 +02:00
Simon Marchetto
94ae87f3f9 scilab: override SCRIPTDIR in test-suite makefile 2014-06-10 10:20:24 +02:00
Simon Marchetto
18d080fefb scilab: debug travis 2014-06-10 09:53:43 +02:00
Simon Marchetto
37c7aeb9d4 scilab: copy test-suite start and quit scripts 2014-06-09 18:36:23 +02:00
Simon Marchetto
4bfbe20e52 scilab: base test-suite makefile on java makefile 2014-06-09 18:09:52 +02:00
Simon Marchetto
6bba1817bf scilab: fix script location in test-suite makefile for out-of sources build 2014-06-09 16:16:42 +02:00
Simon Marchetto
07b06a4089 Merge branch 'master' into gsoc2012-scilab
Conflicts:
	.gitignore
	.travis.yml
	COPYRIGHT
	Examples/Makefile.in
	Examples/test-suite/constructor_copy.i
	Makefile.in
	configure.ac
2014-06-06 16:33:16 +02:00
Simon Marchetto
9dda9285ea scilab: fix allprotected test (scilab 6) 2014-06-06 12:03:03 +02:00
Simon Marchetto
2b5551919e scilab: fix li_std_container_typemaps test for scilab 6 2014-06-06 11:15:41 +02:00
William S Fulton
1949e2cc63 Fix equality testcase 2014-06-04 12:21:09 +01:00
William S Fulton
c17f77750a Merge pull request #176 from v-for-vandal/lua_eq
Add default __eq implementation for Lua
2014-06-02 19:52:07 +01:00
Simon Marchetto
b0849ed1f5 scilab: fix test abstract_signature (scilab 6) 2014-06-02 18:15:25 +02:00
William S Fulton
81d023ac05 Merge branch 'wkalinin-csymbols-2' - %extend and nested structs
* wkalinin-csymbols-2:
  Add runtime test for %extend and nested union
  test fixed
  %extend symbols for nested structs get into a wrong C symbol table
2014-06-02 07:11:22 +01:00
William S Fulton
5f3ee109c8 Add runtime test for %extend and nested union 2014-06-02 07:09:35 +01:00
Vladimir Kalinin
84e1b553c4 test fixed 2014-05-31 07:59:39 +04:00
Karl Wette
b8026cc02f Fix cleaning of Python runme.py scripts for in-source-tree builds 2014-05-29 14:40:50 +02:00
William S Fulton
b71eb53bae Fix errors test-suite on windows 2014-05-29 11:47:38 +01:00
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
Karl Wette
3fe1eb7056 Set SRCDIR when calling test-suite clean targets, in case it's needed 2014-05-29 02:29:27 +02:00
Karl Wette
cc0738bbda Fully clean Python examples and test-suite 2014-05-29 02:29:27 +02:00
Karl Wette
7f48b2774b Fully clean PHP test-suite 2014-05-29 02:29:27 +02:00
Karl Wette
fca95febde Fully clean Javascript test-suite with jsc and v8 2014-05-29 02:29:27 +02:00
Karl Wette
32212d5cc0 Fully clean Go test-suite 2014-05-29 02:24:33 +02:00