typeof tests hanging tru64cxx71-006

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

Arkadiy Vertleyb wrote:
Rene Rivera wrote:
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.
Is this still a problem? Should I disable the typeof tests for this tool?
Not a problem anymore. Have a look at the typeof test Jamfile and you'll note that I have helped myself. I hope you don't mind. Markus

"Markus Schöpflin" <markus.schoepflin@comsoft.de> wrote
Arkadiy Vertleyb wrote:
Rene Rivera wrote:
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.
Is this still a problem? Should I disable the typeof tests for this tool?
Not a problem anymore. Have a look at the typeof test Jamfile and you'll note that I have helped myself. I hope you don't mind.
Fine for now, but I think "status/explicit-failures-markup.xml", <mark-unusable> is a better place for this... Arkadiy

Arkadiy Vertleyb wrote:
"Markus Schöpflin" <markus.schoepflin@comsoft.de> wrote
Not a problem anymore. Have a look at the typeof test Jamfile and you'll note that I have helped myself. I hope you don't mind.
Fine for now, but I think "status/explicit-failures-markup.xml", <mark-unusable> is a better place for this...
I agree it should also be marked as unusable, but simply marking it as unusable will not stop the tests from being compiled. Therefore we need to do both, I think. Markus
participants (2)
-
Arkadiy Vertleyb
-
Markus Schöpflin