I'm getting these failures on a freshly cloned dehydra
repository. Are these expected?
I am using a 4.4 compiler with a plugin backport. Perhaps that's
a factor. Is there a way of marking tests as expected-to-fail if
that's the case?
Thanks. Diego.
$ make check
python unit_test_harness.py dehydra
"/.../gcc-4.4.0/x86_64-unknown-linux-gnu/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/cc1plus"
.............x.........x...................
Test Failure:
Test command:
/.../gcc-4.4.0/x86_64-unknown-linux-gnu/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/cc1plus
-quiet -fplugin=../gcc_dehydra.so -o /dev/null
-fplugin-arg-gcc_dehydra-=test_using_namespace.js using_namespace.cc
Failure msg: Expected 'OK' output; Errors:
using_namespace.cc:1:19: error: utility: No such file or directory
using_namespace.cc: In function 'void f()':
using_namespace.cc:4: error: 'make_pair' was not declared in this scope
Test Failure:
Test command:
/.../gcc-4.4.0/x86_64-unknown-linux-gnu/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/cc1plus
-quiet -fplugin=../gcc_dehydra.so -o /dev/null
-fplugin-arg-gcc_dehydra-=test_explicit.js explicit.cc
Failure msg: Expected 'OK' output; got 'ERR TestCase Error:
undefined != true'
Unit Test Suite Summary:
41 passed
2 failed
0 error(s)
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis