From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-04-29 02:03:07


Peter Dimov wrote:

> Does our testing infrastructure allow a test to return a "skipped/not
> applicable" status, that is, to inform the test script that the current
> test requires optional features that are not supported by the current
> compiler?
>
> I'm thinking specifically of move - rvalue reference - support.

How do you want the presence of that 'optional features' to be detected?

- Volodya