Searched refs:should_overflow (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dsstream_test.cpp26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { argument
31 EXPECT_EQ(should_overflow, ss.fail()) << value << ' ' << int64_t(result);
32 if (!should_overflow) { // glibc writes garbage on overflow.

Completed in 445 milliseconds