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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test.py50 # The flag for generating the golden file
160 golden = golden_file.read()
163 # The normalized output should match the golden file.
164 self.assertEquals(golden, output)
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py159 def __eq__(self, golden):
160 return self.initiator==golden.initiator and self.target==golden.target
161 def __ne__(self, golden):
162 return self.initiator!=golden.initiator or self.target!=golden.target
392 golden memory:
443 golden memory:
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py50 # The flag for generating the golden file
284 # sequences when we read the golden file irrespective of an operating
287 golden = ToUnixLineEnding(golden_file.read())
295 normalized_golden = RemoveTypeInfoDetails(golden)
302 'golden', 'actual')))
309 # This code is very handy when debugging golden file differences:
332 """Unable to write a golden file when compiled in an environment
334 and multiple threads). Please generate the golden file using a binary built
H A Dgtest_output_test_.cc111 const char* golden = kGoldenString; local
112 EXPECT_EQ(golden, actual);
555 // golden file to check that Google Test generates the right error message.
562 // Expected to fail. We rely on the golden file to check that Google Test
579 // Expected to fail. We rely on the golden file to check that Google Test
588 // Expected to fail. We rely on the golden file to check that Google Test
829 // We rely on the golden file to verify that tests whose test case
837 // We rely on the golden file to verify that typed tests whose test
855 // We rely on the golden file to verify that type-parameterized tests
1023 // with the "golden" fil
[all...]

Completed in 11 milliseconds