Home | History | Annotate | Download | only in test

Lines Matching full:trace

167   // There should be no trace before SCOPED_TRACE() is invoked.
168 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
171 SCOPED_TRACE("Expected trace");
173 // the trace.
174 ADD_FAILURE() << "This failure is expected, and should have a trace.";
178 // should be no trace again.
179 ADD_FAILURE() << "This failure is expected, and shouldn't have a trace.";
205 SCOPED_TRACE(""); // A trace without a message.
216 << "This failure is expected, and should contain trace point A.";
220 << "This failure is expected, and should contain trace point A and B.";
225 << "trace point A, B, and C.";
230 << "trace point A, B, and D.";
244 // waits for n1 | SCOPED_TRACE("Trace B");
248 // SCOPED_TRACE("Trace A"); | waits for n2
253 // | trace B dies
258 // trace A dies |
271 SCOPED_TRACE("Trace B");
273 << "Expected failure #1 (in thread B, only trace B alive).";
278 << "Expected failure #3 (in thread B, trace A & B both alive).";
279 } // Trace B dies here.
281 << "Expected failure #4 (in thread B, only trace A alive).";
295 SCOPED_TRACE("Trace A");
297 << "Expected failure #2 (in thread A, trace A & B both alive).";
302 << "Expected failure #5 (in thread A, only trace A alive).";
303 } // Trace A dies here.
305 << "Expected failure #6 (in thread A, no trace alive).";