Home
last modified time | relevance | path

Searched refs:removeResult (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_setxattr_test.cpp45 int removeResult = remove(filePath); variable
46 EXPECT_TRUE(removeResult == 0);
Dlinux_getxattr_test.cpp47 int removeResult = remove(filePath); variable
48 EXPECT_EQ(removeResult, 0);
/third_party/python/Lib/unittest/test/
Dtest_break.py48 unittest.removeResult(result)
174 self.assertTrue(unittest.removeResult(result))
177 self.assertFalse(unittest.removeResult(unittest.TestResult()))
/third_party/python/Lib/unittest/
D__init__.py67 from .signals import installHandler, registerResult, removeResult, removeHandler
Dsignals.py45 def removeResult(result): function
/third_party/python/Doc/library/
Dunittest.rst2493 .. function:: removeResult(result)