
20 Dec
2005
20 Dec
'05
3:11 p.m.
Rene Rivera wrote:
Markus Schöpflin wrote:
Hello,
is it possible to disable specific tests for certain compiler/platform combinations?
Yes. Add a <build>no to the requirements of the test.
I have the problem that currently the typeof tests are hanging CXX 6.5 on Tru64, the compiler just compiles forever.
For the HP TestDrive toolset it would be "<tru64cxx71-006><*><build>no". If you need to do some more complicated matching logic to determine when to add the no-build option you'll need to use a requirement rule. See the serialization test Jamfiles for an example.
Sorry for the late response. Is this still a problem? Should I disable the typeof tests for this tool? Regards, Arkadiy