Slide 3
Slide 3 text
● Given a list of known incompatible tests, either:
– Move incompatible tests from the source tree; and/or
– Provide list to DejaGNU to mark tests as XFAIL
● List generated from running complete test run against golden
reference of target compiler
● Pros: Quick path to 0 unexpected results, fast test execution time
● Cons: Relies on correctness of golden reference
In 2015 - Blacklisting