Closed crisdeleon closed 8 years ago
Ok, I had to hack the URL a bit tho. This seems to be the intended link.
This and #200 are expected since I only updated the core Jool code. Despite the test suite being broken, does translation seem stable?
This should have been fixed in commit ce15a9667c4108e41a3f76c642153b490660b6d2.
Working with this commit, Ubuntu 14.04 LTS with Kernel 4.4.1
Unit tests are compiling properly now, but when I run the tests, it is not running joolns_test
. It just gets stuck there without showing anything until I hit Ctrl + C.
[...]
Running test 'logtime/logtime.ko'.
Module 'Log time test': Starting tests...
Test 'test_log_time substraction 1': Starting...
Translation time: 0. 1
Test 'test_log_time substraction 1': Success.
Finished. Runs: 1; Errors: 0
Running test 'joolns/joolns.ko'.
^C
Running test 'iterator/iterator.ko'.
Module 'IPv6 header iterator': Starting tests...
Test 'next function, no subheaders': Starting...
Test 'next function, no subheaders': Success.
[...]
The tests were refactored in the 3.5 branch; switching milestone.
There are three unit tests that will not compile on kernel 4.4:
sessiontable:
sessiondb:
filtering:
If you try to run the unit tests after these warnings, you will get the following messages:
and no test will be executed.
I'm working with this code.