Kim Kulling
fe60654c1a
Update run.py
...
Regression: fix typo.
2016-04-16 15:16:35 +02:00
Kim Kulling
3893c593de
Regression test suite: fix typo.
2016-04-16 08:41:31 +02:00
Kim Kulling
1cce8426c6
Update run.py
...
Regression tests: fix python2.7-style logs via print
2016-04-13 09:21:26 +02:00
Kim Kulling
9e922582c0
Regression tests: fix invalid log statement.
2016-04-12 23:18:08 +02:00
Kim Kulling
dc22871aef
Regression test suite: fix typo.
2016-04-12 18:46:32 +02:00
Kim Kulling
9105fac560
test: add pk3 to blacklist for regression
2016-04-12 00:02:31 +02:00
Kim Kulling
20630e950a
Regression test suite: add ui for simpler text execution.
2016-04-05 22:02:02 +02:00
Eric Engestrom
87e7cf00a2
Fix spelling mistakes
2016-04-03 01:38:00 +01:00
Kim Kulling
3d6e1483d8
Update readme.
2015-12-14 18:42:31 +01:00
Kim Kulling
6b297b8960
New obj regression data.
2015-12-14 18:39:32 +01:00
Kim Kulling
6dfc99aa3d
New db.zip.
2015-12-14 18:38:01 +01:00
Kim Kulling
e0015b8610
Regression: updated test db.
2015-12-14 18:12:14 +01:00
Kim Kulling
bcff6210b3
Regression test: fix deprecated python print call.
2015-12-08 21:33:08 +01:00
Kim Kulling
0a6788d56f
try to fix build.
2015-12-07 20:43:01 +01:00
Otger
3c358a8e34
Updated dumps for FBX files
2015-11-24 16:33:31 +01:00
Jaakko Keränen
1a1fd897b6
Updated regression test database for MD5 files
2015-10-07 17:02:48 +03:00
rdb
1eef4c387f
Correct value for mColorAmbient for COLLADA files
2015-07-05 14:30:27 +02:00
Richard
90dd01c848
Fixed: Correct path location
2015-06-30 19:59:55 -06:00
Richard
ac23795778
Refactor: Use LF line endings
2015-06-30 19:59:55 -06:00
Richard
267ff0b93c
Refactor: Rename README to README.txt
2015-06-30 19:59:55 -06:00
Kim Kulling
011e1e9e16
Regression suite: fix return value.
2015-06-30 00:20:20 +02:00
Kim Kulling
72bbbcac52
Regression suite: returns != 0 in case of failures.
2015-06-30 00:17:49 +02:00
Alexander Gessler
7771ce5db2
Update regression db.
2015-05-12 20:59:54 +02:00
Alexander Gessler
67fb135ce8
Fix syntax errors.
2015-05-02 01:00:04 +02:00
Alexander Gessler
068778953a
Updated regression db for Collada.
2015-05-02 00:48:04 +02:00
Alexander Gessler
7eb5586c05
Output files in alphabetical order.
2015-05-02 00:33:29 +02:00
Alexander Gessler
3ded2d9123
Add script to determine if regression suite failures are considered acceptable as per the whitelist or not.
2015-05-01 23:24:25 +02:00
Alexander Gessler
edd4953a55
Merge branch 'master' of https://github.com/assimp/assimp
2015-04-16 12:38:05 +02:00
abma
8c45a4dc3b
Merge remote-tracking branch 'origin'
...
Conflicts:
code/C4DImporter.cpp
code/OgreImporter.h
2015-04-16 01:03:00 +02:00
abma
83777da98b
fix run.py permissions
2015-04-15 21:22:39 +02:00
Alexander Gessler
acef8198e0
Add whitelist of expected regression suite failures.
2015-04-15 01:22:29 +02:00
Alexander Gessler
03ea065271
Ignore Example.ogex for regression tests. OpenGEX importer is flaky and outputs nodes in different order each time.
2015-04-15 01:20:58 +02:00
Alexander Gessler
52a5ff2db2
Update IFC entries in regression database.
2015-04-15 01:18:20 +02:00
Alexander Gessler
fb45e4d512
Make command line parameters in gen_db script more predictable.
2015-04-14 10:22:33 +02:00
Alexander Gessler
5a8d5605a5
Update README for regression test suite.
2015-04-13 22:24:43 +02:00
Alexander Gessler
0c9bbadf5f
Update regression database (again).
2015-03-28 13:47:52 +01:00
Alexander Gessler
c07cddff9e
Make regression test runner include "expected failure, ok" cases in its statistics. This previously caused discrepancy between the runner and the test generator.
2015-03-28 13:43:52 +01:00
Alexander Gessler
d717c4b2dd
Fix to have gen_db.py also include files that accidentally have uppercase file extensions, affecting ~200 files previously skipped.
2015-03-28 13:36:47 +01:00
Alexander Gessler
0943936b31
Fix an issue in the regression DB generator that caused the very last file extension in the list returned by `assimp listext` to be ignored because of a trailing CRLF.
2015-03-28 13:18:54 +01:00
Alexander Gessler
fcdefc7b16
Re-enable LWS for regression testing (original reason no longer applies), blacklist some material file format otherwise causing noise.
2015-03-28 13:18:06 +01:00
Alexander Gessler
98039ee76e
Update regression db.
2015-03-28 12:53:24 +01:00
Alexander Gessler
fafe5584b6
gen_db.py no longer generating dumps for files blacklisted (settings.files_to_ignore).
2015-03-28 12:12:53 +01:00
Alexander Gessler
3554301afe
Better regression test logging.
2015-03-15 15:07:17 +01:00
Alexander Gessler
e976cc2117
Reduce garbage errors during regression checks.
2015-03-15 01:02:18 +01:00
Alexander Gessler
99e2803474
Regression suite: 2.7 compatibility, drop old logic to find assimp binary and require it to be explicitly specified. Process files in a stable order to make results diffable.
2015-02-05 12:33:19 +01:00
Jared Duke
5e114c04d2
Use Linux/GCC build for DB generation
2014-09-17 08:49:28 -07:00
Jared Duke
083d5630ef
Use VC11 build for DB generation
2014-09-17 07:30:55 -07:00
Jared Duke
c8661ab055
Rebase BLEND regression db entries
...
Now that .blend import works properly for non-BMesh-containing meshes,
all .blend regression test cases should now succeed. Rebase accordingly.
2014-09-16 17:47:55 -07:00
Jared Duke
046b7e5f47
Rebase FBX regression db entries
...
The FBX importer now properly parses field-of-view tokens. Rebase
only the failing FBX entries to accomodate the fix, also removing
the comment noting the (now incorrect) comment about improper import
of the FOV property.
2014-09-15 18:14:38 -07:00
acgessler
72eb2e0c4e
Merge branch 'travis' of github.com:assimp/assimp into travis
2014-09-05 21:20:35 -07:00