Directory testsuite/difftool/

Directory Created:
2010-04-30 11:48
Total Files:
2
Deleted Files:
0
Lines of Code:
171

[root]/testsuite/difftool

Lines of Code

testsuite/difftool/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 217 (100.0%) 12.0
sjoelund.se 13 (72.2%) 185 (85.3%) 14.2
perost 1 (5.6%) 22 (10.1%) 22.0
wbraun 1 (5.6%) 6 (2.8%) 6.0
adrpo 3 (16.7%) 4 (1.8%) 1.3

Most Recent Commits

sjoelund.se 2014-04-16 10:57 Rev.: 20163

Make hudson trim trailing whitespace in addition to replacing tabs with spaces
- rtest was updated to allow whitespace at the end of a line

28 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+28 -16)
adrpo 2014-01-31 02:39 Rev.: 18877

- fix windows build
- no idea why CC=gcc from trunk/Makefile.omdev.mingw is not propagated when making omc-diff

1 lines of code changed in 1 file:

  • testsuite/difftool: Makefile (+1)
sjoelund.se 2014-01-30 16:58 Rev.: 18863

Changes for FreeBSD compilation

1 lines of code changed in 1 file:

  • testsuite/difftool: Makefile (+1 -1)
sjoelund.se 2014-01-10 12:21 Rev.: 18617

Changed realString to be thread-safe (using the old routines, but %.16g so results are mostly the same as dtoa).
NOTE: You need rml-mmc r268 for all results to be the same (else ~8 will fail)

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -2)
perost 2011-09-08 14:12 Rev.: 9758

- Made the dumping of external declarations better.
- Changed so that only constant complex equations are constant evaluated in
InstSection.instEqEquation2.
- Added handling of integers in omc-diff, so that integers are compared exactly
(otherwise we allow a relative error for line numbers in errors).

22 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+22 -10)
wbraun 2011-08-02 17:55 Rev.: 9588

- added bugfix for dassl tolerance
- added relative comparison for testsuite

6 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+6 -3)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • testsuite/difftool: Makefile (+1)
sjoelund.se 2010-09-13 10:38 Rev.: 6095

- Fix difftool

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -2)
sjoelund.se 2010-09-03 00:27 Rev.: 6007

- Added testcase for parsing/unparsing of FullModelica3.1.mo

17 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+17 -2)
adrpo 2010-05-20 08:52 Rev.: 5555

- feeding my need of alignment

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -2)
sjoelund.se 2010-05-19 17:45 Rev.: 5553

- More user-friendly omc-diff format
- New
expected: x
got : y
- Old
< x
> y

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -2)
sjoelund.se 2010-05-06 14:12 Rev.: 5463

- Added check for omc-diff in rtest (it now won't run any tests if it can't find omc-diff since the errors generated were too confusing)

7 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+7 -1)
sjoelund.se 2010-05-05 23:15 Rev.: 5452

- Fix for omc-diff when we have a negative non-number that we lex.

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -2)
adrpo 2010-05-04 18:26 Rev.: 5448

- removed the double quote.

1 lines of code changed in 1 file:

  • testsuite/difftool: Makefile (+1 -1)
sjoelund.se 2010-04-30 13:10 Rev.: 5426

- Fix MetaModelicaDev testcases.
- Better error message from omc-diff when a real differs > eps.

2 lines of code changed in 1 file:

  • testsuite/difftool: omc-diff.l (+2 -1)
sjoelund.se 2010-04-30 11:54 Rev.: 5425

- Fix makefile target

1 lines of code changed in 1 file:

  • testsuite/difftool: Makefile (+1 -1)
sjoelund.se 2010-04-30 11:48 Rev.: 5424

- Added new tool omc-diff for rtest to use while doing diff's.
- This one catches some errors previosuly not detected, e.g.:
* Empty line was the same as a line with empty quotes ("").
* However, it does nag more about whitespace, so make sure those are correct.
- omc-diff should be faster than what we did before (diff, and if that fails,
parse everything in Perl).
- omc-diff is written in a single flex file, no external C sources.

120 lines of code changed in 2 files:

  • testsuite/difftool: Makefile (new 6), omc-diff.l (new 114)
Generated by StatSVN 0.7.0