Skip to content

UNITTEST_TIME_CONSTRAINT_EXEMPT broke in TEST_FIXTURE #9

Closed
@pjohnmeyer

Description

@pjohnmeyer

Copied from https://sourceforge.net/tracker/?func=detail&aid=1706223&group_id=158151&atid=806684

The macro UNITTEST_TIME_CONSTRAINT_EXEMPT is defined for TEST but not for TEST_FIXTURE.

Try:

struct simpleFix
{
};
TEST_FIXTURE(simpleFix, test)
{
  UNITTEST_TIME_CONSTRAINT_EXEMPT();
}

Candidate patch is already available at https://sourceforge.net/tracker/?func=detail&aid=2746453&group_id=158151&atid=806686

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions