mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
MFstable/11 r304947:
MFC r304238: Only expect :encode_tv_random_million to fail on 64-bit platforms It passes on i386
This commit is contained in:
parent
1271c8406c
commit
d62130ceb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=305228
@ -204,7 +204,10 @@ ATF_TC_BODY(encode_tv_random_million, tc)
|
||||
struct timeval tv;
|
||||
long k;
|
||||
|
||||
atf_tc_expect_fail("the testcase violates FLT_EPSILON");
|
||||
#ifdef __LP64__
|
||||
atf_tc_expect_fail("the testcase violates FLT_EPSILON on 64-bit "
|
||||
"platforms, e.g. amd64");
|
||||
#endif
|
||||
|
||||
ATF_REQUIRE_MSG(unsetenv("TZ") == 0, "unsetting TZ failed; errno=%d", errno);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user