Lines Matching refs:T_QUIET
81 T_QUIET; T_ASSERT_EQ(ret, 0, "First call of foo"); in test_body()
84 T_QUIET; T_ASSERT_EQ(ret, 0, "Failed to recover from ECC to clean app text page"); in test_body()
87 T_QUIET; T_ASSERT_EQ(ret, 0, "Fixed call of foo"); in test_body()
93 T_QUIET; T_ASSERT_EQ(ret, 0, "First call of atan"); in test_body()
96 T_QUIET; T_ASSERT_EQ(ret, 0, "Failed to recover from ECC to clean shared region page"); in test_body()
99 T_QUIET; T_ASSERT_EQ(ret, 0, "Fixed call of atan"); in test_body()
105 T_QUIET; T_ASSERT_EQ(ret, 0, "First call of clean"); in test_body()
108 T_QUIET; T_ASSERT_EQ(ret, 0, "Failed to recover from ECC to clean page"); in test_body()
111 T_QUIET; T_ASSERT_EQ(ret, 0, "Fixed call of clean"); in test_body()
118 T_QUIET; T_ASSERT_EQ(ret, 0, "Corrected ECC read of dirty failed"); in test_body()
120 T_QUIET; T_ASSERT_NE(ret, 0, "Read of Uncorrected ECC dirty data didn't fail"); in test_body()
128 T_QUIET; T_ASSERT_EQ(ret, 0, "Corrected ECC copyout failed"); in test_body()
130 T_QUIET; T_ASSERT_NE(ret, 0, "Uncorrected ECC copyout didn't fail"); /* not recoverable */ in test_body()