Home | History | Annotate | Download | only in internal

Lines Matching full:death

35 // death tests.  They are subject to change without notice.
55 // returns a concrete class that depends on the prevailing death test
59 // In describing the results of death tests, these terms are used with
69 // appropriate action to take for the current death test; for example,
73 // argument is set. If the death test should be skipped, the pointer
81 // A helper class that aborts a death test when it's deleted.
91 // An enumeration of possible roles that may be taken when a death
92 // test is encountered. EXECUTE means that the death test logic should
94 // the appropriate environment for a child process to execute the death
104 // Waits for the death test to finish and returns its status.
107 // Returns true if the death test passed; that is, the test process
116 // Signals that the death test did not die as expected.
120 // the last death test.
127 // Factory interface for death tests. May be mocked out for testing.