Lines Matching refs:test_ec
79 const auto test_ec = GetTestEC(); in test_error_reporting() local
83 std::error_code ec = test_ec; in test_error_reporting()
88 assert(ec != test_ec); in test_error_reporting()
92 std::error_code ec = test_ec; in test_error_reporting()
95 assert(ec != test_ec); in test_error_reporting()
99 std::error_code ec = test_ec; in test_error_reporting()
102 assert(ec != test_ec); in test_error_reporting()
107 std::error_code ec = test_ec; in test_error_reporting()
110 assert(ec != test_ec); in test_error_reporting()
114 std::error_code ec = test_ec; in test_error_reporting()
117 assert(ec != test_ec); in test_error_reporting()