Searched refs:SCOPED_TRACE (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc164 // Tests the SCOPED_TRACE macro.
166 // A helper function for testing SCOPED_TRACE.
172 // Another helper function for testing SCOPED_TRACE.
174 SCOPED_TRACE(testing::Message() << "n = " << n);
179 // Tests that SCOPED_TRACE() obeys lexical scopes.
183 // There should be no trace before SCOPED_TRACE() is invoked.
187 SCOPED_TRACE("Expected trace");
188 // After SCOPED_TRACE(), a failure in the current scope should contain
193 // Once the control leaves the scope of the SCOPED_TRACE(), there
198 // Tests that SCOPED_TRACE work
[all...]
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
92 SCOPED_TRACE(Message() << "Thread #" << id);
95 SCOPED_TRACE(Message() << "Iteration #" << i);
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1309 // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
2112 // of the dummy variable name, thus allowing multiple SCOPED_TRACE()s
2115 #define SCOPED_TRACE(message) \ macro
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2047 SCOPED_TRACE(Describe(m));
2245 SCOPED_TRACE(Describe(m));
4578 SCOPED_TRACE(ip - a);
5114 SCOPED_TRACE(PrintToString(matches));

Completed in 42 milliseconds