Home | History | Annotate | Download | only in Basic

Lines Matching refs:getError

126   ASSERT_FALSE(Status.getError());
136 ASSERT_FALSE(Status.getError());
146 ASSERT_FALSE(Status.getError());
156 ASSERT_FALSE(Status2.getError());
170 EXPECT_FALSE(Status.getError());
174 EXPECT_FALSE(Status2.getError());
194 ASSERT_FALSE(StatusB.getError());
196 ASSERT_FALSE(Status1.getError());
199 ASSERT_FALSE(StatusM.getError());
201 ASSERT_FALSE(Status2.getError());
204 ASSERT_FALSE(StatusT.getError());
206 ASSERT_FALSE(Status3.getError());
229 ASSERT_FALSE(Status1.getError());
231 ASSERT_FALSE(Status2.getError());
235 ASSERT_FALSE(Status1.getError());
237 ASSERT_FALSE(Status2.getError());
253 ASSERT_FALSE(Status.getError());
260 ASSERT_FALSE( Status.getError());
263 ASSERT_FALSE(Status.getError());
597 ASSERT_FALSE(S.getError());
606 ASSERT_FALSE(S.getError());
611 EXPECT_EQ(O->status("//root/file2").getError(),
640 ASSERT_FALSE(S.getError());
643 ASSERT_FALSE(SS.getError());
676 EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
678 EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
680 EXPECT_EQ(SS.getError(), llvm::errc::no_such_file_or_directory);
837 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
838 EXPECT_FALSE(FS->status("//root/path/to").getError());
839 EXPECT_FALSE(FS->status("//root/path").getError());
840 EXPECT_FALSE(FS->status("//root/").getError());
850 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
851 EXPECT_FALSE(FS->status("//root/path/to").getError());
852 EXPECT_FALSE(FS->status("//root/path").getError());
853 EXPECT_FALSE(FS->status("//root/").getError());
863 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
864 EXPECT_FALSE(FS->status("//root/path/to").getError());
865 EXPECT_FALSE(FS->status("//root/path").getError());
866 EXPECT_FALSE(FS->status("//root/").getError());
881 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
882 EXPECT_FALSE(FS->status("//root/path/to").getError());
883 EXPECT_FALSE(FS->status("//root/path").getError());
884 EXPECT_FALSE(FS->status("//root/").getError());