Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction}
expected failure after clang700-import merge
PR: 234040
Differential D18938
Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} expected failure after clang700-import merge lwhsu on Jan 24 2019, 4:33 AM. Authored by Tags None Referenced Files
Subscribers
Details Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} PR: 234040
Diff Detail
Event TimelineComment Actions This skips testing on all architectures and compilers. It would make more sense (and I should have done this before), to do something along the lines of: #if defined(__amd64__) && defined(__clang__) && __clang_major__ > 7 atf_tc_expect_fail("test fails with clang 7+ - bug 234040"); #endif |