Searched refs:Test (Results 126 - 150 of 166) sorted by relevance

1234567

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsll.S7 # Test sll instruction.
H A Dsllw.S7 # Test sllw instruction.
H A Dsra.S7 # Test sra instruction.
H A Dsraw.S7 # Test sraw instruction.
H A Dsrl.S7 # Test srl instruction.
H A Dsrlw.S7 # Test srlw instruction.
H A Dtest.S7 # Test addi instruction.
/gem5/ext/googletest/googletest/samples/
H A Dsample6_unittest.cc59 class PrimeTableTest : public testing::Test {
81 // Google Test offers two ways for reusing tests for different types.
134 // That's it! Google Test will repeat each TYPED_TEST for each type
221 PrimeTableTest2, // Test case name
/gem5/ext/googletest/googletest/test/
H A Dgtest-linked_ptr_test.cc64 class LinkedPtrTest : public testing::Test {
H A Dgtest_unittest.cc32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
70 // Indicates that this translation unit is part of Google Test's
84 class StreamingListenerTest : public Test {
106 TestInfo test_info_obj_; // The name test_info_ was taken by testing::Test.
184 class UnitTestRecordPropertyTestHelper : public Test {
227 using testing::Test;
364 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
367 class SubClassOfTest : public Test {};
6568 class Test {}; class in namespace:my_namespace::testing
[all...]
H A Dgtest-options_test.cc32 // Google Test UnitTestOptions tests
35 // Google Test. They are subject to change without notice.
49 // Indicates that this translation unit is part of Google Test's
127 class XmlOutputChangeDirTest : public Test {
H A Dgtest-tuple_test.cc259 class BigTupleTest : public testing::Test {
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S7 # Test illegal instruction trap.
33 # Test vectored interrupts if they are supported.
/gem5/tests/testing/
H A Dtests.py176 class Test(object): class in inherits:object
177 """Test case base class.
179 Test cases consists of one or more test units that are run in two
232 class ClassicTest(Test):
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Ddirty.S7 # Test VM referenced and dirty bits.
H A Dma_fetch.S7 # Test misaligned fetch trap.
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h34 // This file contains purely Google Test's internal implementation. Please
41 // part of Google Test's implementation; otherwise it's undefined.
44 # error "gtest-internal-inl.h is part of Google Test's internal implementation."
45 # error "It must not be included except by Google Test itself."
78 // Google Test's own unit tests to be able to access it. Therefore we
84 // The value of GetTestTypeId() as seen from within the Google Test
88 // Names of the flags (needed for parsing Google Test flags).
115 // Returns true iff Google Test should use colors in the output.
160 // This class saves the values of all Google Test flags in its c'tor, and
402 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test shoul
[all...]
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
136 // Indicates that this translation unit is part of Google Test's
328 // Google Test. Useful for catching the user mistake of not initializing
329 // Google Test before calling RUN_ALL_TESTS().
531 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
535 // Google Test should handle a SEH exception if:
561 // Google Test. The 'result' parameter specifies where to report the
571 // Google Test. The 'result' parameter specifies where to report the
591 // The d'tor restores the test part result reporter used by Google Test
611 // Returns the type ID of ::testing::Test
2214 Test::Test() function in class:testing::Test
[all...]
/gem5/src/base/
H A Dtrie.test.cc49 class TrieTestData : public testing::Test
H A Dbitunion.test.cc138 class BitUnionData : public testing::Test {
H A Daddr_range.test.cc49 // Test non-interleaved ranges
61 // Test interleaved ranges
77 // Test interleaved ranges with hashing
94 class AddrRangeBase : public testing::Test {
170 // Test interleaved ranges with hashing
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uc/
H A Drvc.S7 # Test RVC corner cases.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcvt_w.S7 # Test fcvt{wu|w|lu|l}.d instructions.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcvt_w.S7 # Test fcvt{wu|w|lu|l}.s instructions.
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc63 class GMockOutputTest : public testing::Test {

Completed in 53 milliseconds

1234567