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

/freebsd-12-stable/contrib/bc/tests/
H A Drandmath.py188 output1 = p.stdout.decode()
190 if p.returncode != 0 or output1 == "":
194 if output1 == "\n":
198 if output1 == "-0\n":
199 output1 = "0\n"
200 elif output1 == "-0":
201 output1 = "0"
206 compare(exe, options, p, test, halt, output1, op)
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c45 const wchar_t output1[64]; member in struct:test
83 ATF_REQUIRE(wmemcmp(t->output1, buf, len) == 0);
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc937 const std::string output1 = GetCapturedStdout(); local
938 EXPECT_STREQ("", output1.c_str());
2091 const std::string output1 = GetCapturedStdout(); local
2096 " Returns: 0\n", output1.c_str());

Completed in 74 milliseconds