Searched refs:Test (Results 101 - 125 of 166) sorted by relevance

1234567

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmulhsu.S7 # Test mulhsu instruction.
H A Dmulhu.S7 # Test mulhu instruction.
H A Dmulw.S7 # Test mulw instruction.
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
93 // This flag controls whether Google Test catches all test-thrown exceptions
99 // to let Google Test decide.
106 // This flag causes the Google Test to list tests. None of the tests listed
110 // This flag controls whether Google Test emits a detailed XML report to a file
114 // This flags control whether Google Test prints the elapsed time for each
125 // This flag controls whether Google Test include
371 class GTEST_API_ Test { class in namespace:testing
[all...]
H A Dgtest-typed-test.h44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
/gem5/ext/googletest/googletest/samples/
H A Dsample10_unittest.cc31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
90 // OnTestPartResult. Just use an appropriate Google Test assertion to do
140 // Google Test will do it.
H A Dsample3_unittest.cc35 // In this example, we use a more advanced feature of Google Test called
58 // (when Google Test prints the test result, it tells you which test
60 // member function of the Test class. Therefore, you cannot use them
69 // To use a test fixture, derive a class from testing::Test.
70 class QueueTest : public testing::Test {
H A Dsample5_unittest.cc42 // system resources like fonts and brushes. In Google Test, you do
63 class QuickTest : public testing::Test {
197 // QueueTest. Google Test imposes no limit on how deep the hierarchy
H A Dsample9_unittest.cc31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
66 "*** Test %s.%s starting.\n",
86 "*** Test %s.%s ending.\n",
126 // not receive events from Google Test and won't print any output. Since
132 // events from Google Test and print the alternative output. We don't
133 // have to worry about deleting it since Google Test assumes ownership
155 // Test that were meant to fail should not affect the test program outcome.
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest_.cc32 // Unit test for Google Test test filters.
34 // A user can specify which test(s) in a Google Test program to run via
45 // Test case FooTest.
47 class FooTest : public testing::Test {
57 // Test case BarTest.
76 // Test case BazTest.
92 // Test case HasDeathTest
104 // Test case FoobarTest
114 // Test case FoobarbazTest
H A Dgtest-listener_test.cc31 // The Google C++ Testing Framework (Google Test)
33 // This file verifies Google Test event listeners receive events at the
42 using ::testing::Test;
139 class ListenerTest : public Test {
159 // Test execution order within a test case is not guaranteed so we are not
161 g_events->push_back("ListenerTest::* Test Body");
166 g_events->push_back("ListenerTest::* Test Body");
235 "ListenerTest::* Test Body",
244 "ListenerTest::* Test Body",
273 "ListenerTest::* Test Bod
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S7 # Test access-exception behavior.
H A Dbreakpoint.S7 # Test breakpoints, if they are implemented.
H A Dma_addr.S7 # Test misaligned ld/st trap.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcvt.S7 # Test fcvt.d.{wu|w|lu|l}, fcvt.s.d, and fcvt.d.s instructions.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dadd.S7 # Test add instruction.
H A Daddw.S7 # Test addw instruction.
H A Dand.S7 # Test and instruction.
H A Dor.S7 # Test or instruction.
H A Dslli.S7 # Test slli instruction.
H A Dsub.S7 # Test sub instruction.
H A Dsubw.S7 # Test subw instruction.
H A Dxor.S7 # Test xor instruction.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dcsr.S7 # Test CSRRx and CSRRxI instructions.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Dlrsc.S7 # Test LR/SC instructions.

Completed in 23 milliseconds

1234567