Home | History | Annotate | Download | only in browser

Lines Matching refs:EXPECT_FALSE

88   EXPECT_FALSE(PnaclCanOpenFile(".xchars", &out_path));
89 EXPECT_FALSE(PnaclCanOpenFile("/xchars", &out_path));
90 EXPECT_FALSE(PnaclCanOpenFile("x/chars", &out_path));
91 EXPECT_FALSE(PnaclCanOpenFile("\\xchars", &out_path));
92 EXPECT_FALSE(PnaclCanOpenFile("x\\chars", &out_path));
93 EXPECT_FALSE(PnaclCanOpenFile("$xchars", &out_path));
94 EXPECT_FALSE(PnaclCanOpenFile("%xchars", &out_path));
95 EXPECT_FALSE(PnaclCanOpenFile("CAPS", &out_path));
97 EXPECT_FALSE(PnaclCanOpenFile(non_ascii, &out_path));
100 EXPECT_FALSE(PnaclCanOpenFile("thisstringisactuallywaaaaaaaaaaaaaaaaaaaaaaaa"
106 EXPECT_FALSE(PnaclCanOpenFile(std::string(), &out_path));
107 EXPECT_FALSE(PnaclCanOpenFile(".", &out_path));
108 EXPECT_FALSE(PnaclCanOpenFile("..", &out_path));
110 EXPECT_FALSE(PnaclCanOpenFile("..\\llc", &out_path));
111 EXPECT_FALSE(PnaclCanOpenFile("%SystemRoot%", &out_path));
112 EXPECT_FALSE(PnaclCanOpenFile("%SystemRoot%\\explorer.exe", &out_path));
114 EXPECT_FALSE(PnaclCanOpenFile("../llc", &out_path));
115 EXPECT_FALSE(PnaclCanOpenFile("/bin/sh", &out_path));
116 EXPECT_FALSE(PnaclCanOpenFile("$HOME", &out_path));
117 EXPECT_FALSE(PnaclCanOpenFile("$HOME/.bashrc", &out_path));