Custom Query (145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 145)

Ticket Resolution Summary Owner Reporter
#116 fixed Expected Files not matched exactly for tests a3moss
Description

Test files in .expect that have something else after the .txt e.g. .txt.orig or .txt~ get run as extra tests.

#115 fixed No zero_t constructor for int a3moss
Description

int doesn't satisfy assertions like void ?{} ( T&, zero_t ); and probably should.

The Parametric Polymorphism example on the website doesn't compile as written. The workaround for this in the rational.cfa test is to define the following three user-generated constructors, but this is a hack in place since mid-2017:

void ?{}( int & this ) { this = 0; }
void ?{}( int & this, zero_t ) { this = 0; }
void ?{}( int & this, one_t ) { this = 1; }
#114 fixed ARM architecture unavailable Thierry pabuhr
Description

Fix build system to handle ARM architecture.

Note: See TracQuery for help on using queries.