Directory testsuite/partest/

Directory Created:
2010-06-16 10:45
Total Files:
2
Deleted Files:
0
Lines of Code:
739

[root]/testsuite/partest
            directory in repo windows (2 files, 630 lines)

Lines of Code

testsuite/partest/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 138 (100.0%) 1331 (100.0%) 9.6
perost 36 (26.1%) 730 (54.8%) 20.2
sjoelund.se 72 (52.2%) 510 (38.3%) 7.0
adrpo 14 (10.1%) 48 (3.6%) 3.4
alash325 10 (7.2%) 29 (2.2%) 2.9
wbraun 4 (2.9%) 12 (0.9%) 3.0
hudson 2 (1.4%) 2 (0.2%) 1.0

Most Recent Commits

perost 2015-04-12 19:00 Rev.: 25510

- Fix makefile parsing in runtests.pl to only consider TESTFILES.

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1 -1)
sjoelund.se 2015-01-28 23:26 Rev.: 24279

Add testing of the WasteWater library (can not be done using the regression suite since it requires override files to initialize)
- Use the -gitlibraries flag of runtests.pl to run these tests (add more if we want to test other libraries that require special setup)

6 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+6)
sjoelund.se 2014-10-26 10:49 Rev.: 22954

Do not use parallel mark when running the test suite

3 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+3)
sjoelund.se 2014-10-21 18:17 Rev.: 22856

Update the usage

7 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+7 -6)
sjoelund.se 2014-10-21 18:15 Rev.: 22855

Try to handle double // in paths

5 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+5 -5)
perost 2014-09-15 12:33 Rev.: 22308

- Added support to partest for reading testcases from a file instead from a
Makefile.

38 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+38 -10)
sjoelund.se 2014-05-15 12:06 Rev.: 20614

Add depends: flag to mos-files for external dependencies

7 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+7 -27)
sjoelund.se 2014-03-25 15:25 Rev.: 19739

Add runtests.pl flag -nocpp (used by OSX tests)

6 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+6)
sjoelund.se 2014-02-14 11:23 Rev.: 19114

Dump info regarding linear system density

14 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+14 -3)
sjoelund.se 2014-02-11 20:54 Rev.: 19060

-nosavedb flag

6 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+6 -1)
sjoelund.se 2014-01-31 22:52 Rev.: 18903

Ability to use runtests.pl with custom omc (like omc-bootstrapped)

8 lines of code changed in 2 files:

  • testsuite/partest: runtest.pl (+3), runtests.pl (+5 -1)
sjoelund.se 2014-01-31 19:48 Rev.: 18900

Return the exit status we got from the simulation runtime

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1 -1)
sjoelund.se 2014-01-31 15:05 Rev.: 18886

Move more ThermoPower tests to the correct location

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1)
sjoelund.se 2014-01-31 14:49 Rev.: 18883

- Fixed parts of runtests.pl -f (fast logs). It has been broken since the tests moved location.
- Move ThermoPower testcase from simulation/modelica/others to 3rdParty

7 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+7 -4)
sjoelund.se 2013-11-28 14:08 Rev.: 18335

- Added runtests.pl argument -veryfew, to have a minimal number of tests to check runtests.pl functionality
- Fixed finding the slowest test (and its name)

17 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+17 -5)
sjoelund.se 2013-11-28 12:59 Rev.: 18333

Perl doesn't have a min function. Silly me for assuming that ;)

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1 -3)
sjoelund.se 2013-11-28 12:44 Rev.: 18331

Fix syntax error

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1 -1)
sjoelund.se 2013-11-28 11:48 Rev.: 18329

Try to print the time the slowest test took to execute

9 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+9)
sjoelund.se 2013-11-26 15:28 Rev.: 18308

Fix runtests.pl -cppruntime

3 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+3 -2)
adrpo 2013-11-26 13:45 Rev.: 18305

- run only cpp runtime tests when -cppruntime is given.

2 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+2 -1)
sjoelund.se 2013-11-25 12:17 Rev.: 18280

Added argument to System.systemCall: output file (redirect stdout and stderr)
- Fixes some issues with OSX not redirecting segmentation faults
- Also added this option to Scripting.system()

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1)
sjoelund.se 2013-11-23 11:53 Rev.: 18253

- Put back the old FMI hack to work on Linux
- Disable MSL3.2.1 cppruntime tests until their performance improves

5 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+5)
sjoelund.se 2013-11-20 07:44 Rev.: 18205

Let configure check that BLAS is included when linking LAPACK

4 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+4 -1)
sjoelund.se 2013-11-19 23:12 Rev.: 18204

Strict perl...

3 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+3 -3)
sjoelund.se 2013-11-19 23:03 Rev.: 18203

- Partest on OSX
- Skip some unncessary steps for bootstrapping from tarball

13 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+13 -7)
sjoelund.se 2013-11-02 09:14 Rev.: 17969

Fix package name

1 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+1 -1)
sjoelund.se 2013-11-01 22:45 Rev.: 17965

Use require, not use to check for modules

2 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+2 -2)
sjoelund.se 2013-11-01 22:32 Rev.: 17963

- Added option rtest -c (coloured output using dwdiff)
- Partest will use this if available and no-colour was not specified

24 lines of code changed in 2 files:

  • testsuite/partest: runtest.pl (+8 -1), runtests.pl (+16 -1)
sjoelund.se 2013-10-19 14:48 Rev.: 17768

Include newline as a printable character

1 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+1 -1)
sjoelund.se 2013-10-18 19:35 Rev.: 17758

Fix the regex for non-printable characters

1 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+1 -1)
sjoelund.se 2013-10-18 12:08 Rev.: 17747

Remove non printable characters from the xml

5 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+5 -3)
sjoelund.se 2013-10-18 10:10 Rev.: 17744

Add the UTF-8 header to the xml

5 lines of code changed in 2 files:

  • testsuite/partest: runtest.pl (+4), runtests.pl (+1 -4)
sjoelund.se 2013-10-17 15:45 Rev.: 17739

Make sure the generated xml-file only contains valid xml

4 lines of code changed in 1 file:

  • testsuite/partest: runtests.pl (+4)
adrpo 2013-09-08 19:13 Rev.: 17137

- link ReferenceGraphs directory if present

3 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+3)
adrpo 2013-08-01 02:07 Rev.: 16709

- remove tab.

1 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+1 -1)
adrpo 2013-08-01 02:01 Rev.: 16708

- attempt to fix hpcom examples
+ fix file cases
+ fix linking of Model_prof.xml and Model_TaskGraph.graphml
files in testsuite/partest/runtest.pl

12 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+12)
perost 2013-06-01 22:15 Rev.: 16186

- Also remove the use directive from the testscript.

0 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (-1)
perost 2013-06-01 22:07 Rev.: 16185

- Removed usage of the experimental given/when statement in the parallel
testscripts, for perl 5.18 compatibility.

65 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+65 -91)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • testsuite/partest: runtest.pl (+1), runtests.pl (+1)
wbraun 2013-02-15 16:20 Rev.: 15184

- attempt to fix interactive test

6 lines of code changed in 1 file:

  • testsuite/partest: runtest.pl (+6)

(83 more)

Generated by StatSVN 0.7.0