Lines Matching full:trace
151 // There should be no trace before SCOPED_TRACE() is invoked.
152 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
155 SCOPED_TRACE("Expected trace");
157 // the trace.
158 ADD_FAILURE() << "This failure is expected, and should have a trace.";
162 // should be no trace again.
163 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
189 SCOPED_TRACE(""); // A trace without a message.
200 << "This failure is expected, and should contain trace point A.";
204 << "This failure is expected, and should contain trace point A and B.";
209 << "trace point A, B, and C.";
214 << "trace point A, B, and D.";