-
AssertEquals_REAL and AssertEquals_LREAL accept an extra delta parameter for specifying acceptable precision for equality.
There currently don't seem to be any AssertArrayEquals methods for REAL an…
-
If you have a test suite with nothing in the body of the FB (i.e. if no test methods are called, and thus `TEST()` and `TEST_FINISHED()` are never called in the test suite), the final test report neve…
-
Hi Jakob - thanks for the awesome library! I've been using it for a few days and noted a few minor things. I've implemented these on my machine and can put up a fork if these sound good to you, althou…
-
Hi,
I found that certain runtimes (not all) produce the following code exceptions on two FB__Assert methods. Especially "SetTestFailed" and "FINDTestSuiteInstancePath" are affected.
The proble…
-
Instantiating >1 instances of `FB_Assert` in your test suite causes incorrect test pass/fail reporting, depending on the order they are instantiated. Any instances after the first will report incorrec…
-
I'd like to see a feature wherein the user gets feedback in between tests on the testrunner progress: it could send a message to the log stating progress in % or in test x out of y for every new test.…
-
If you do a (failing) assert for standard data types in two different cycles, the framework takes care of this and only prints one of them.
If the same is done for an array, then both of them are p…
-
When submitting a bug report, please include the following information (where relevant):
- OS:
Ubuntu 17.10
- How you installed TC (docker, conda, source):
conda install -c pytorch -c tensorcomp t…
-
Originally reported on Google Code with ID 108
```
Preparation for sequence labelling.
Even in normal unit classification it might be useful to have access to the other TCUnits.
```
Reported by `tor…
-
I've been experimenting with the C code generator. Here's a simple test that crashes the interpreter:
codegen "" "f" {{\ (x,y)-> (x:[2][8])@[y] }}
This prints out the makefile and f.h, then while…