Searched refs:test (Results 126 - 150 of 304) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test01/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test02/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test03/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test04/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test05/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test06/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test07/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test08/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test09/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test10/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test11/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test12/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test13/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test14/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test15/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test16/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test17/
H A Dtest.h22 test.h --
38 /* Common interface file for test cases
44 SC_MODULE( test )
46 SC_HAS_PROCESS( test );
73 test ( function
/gem5/ext/testlib/
H A Dlog.py186 # TODO Replace these methods in a test/create a wrapper?
188 # capture the current test.
217 def test_message(self, test, message, level):
219 test_uid=test.uid, suite_uid=test.parent_suite.uid))
222 # replace metadata with just test and suite uid tags.
223 def test_stdout(self, test, suite, buf):
224 self.log_obj.log(TestStdout(buffer=buf, metadata=test.metadata))
226 def test_stderr(self, test, suite, buf):
227 self.log_obj.log(TestStderr(buffer=buf, metadata=test
[all...]
H A Dsandbox.py57 def __init__(self, test, suite):
58 self.test = test
109 test = self.test
115 lambda buf: log.test_stdout(test, suite, buf))
120 lambda buf: log.test_stderr(test, suite, buf))
174 self.io_manager = IoManager(self.params.test, self.params.suite)
191 self.params.test.test(sel
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py46 unit test in file gtest_pred_impl_unittest.cc.
61 # Where to store the generated unit test.
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')
326 """Returns the preamble for the unit test file."""
368 // Regression test for gtest_pred_impl.h
374 // This is intended as a regression test for the Google Test predicate
383 // stand-alone regression test.
534 // Verifies that the control flow in the test function is expected.
536 FAIL() << "The predicate assertion unexpactedly aborted the test.";
538 FAIL() << "The failed predicate assertion didn't abort the test "
[all...]
/gem5/tests/gem5/
H A Dverifier.py30 Built in test cases that verify particular details about a gem5 run.
34 from testlib import test
45 self.test(*args, **kwargs)
49 return test.TestFunction(self._test,
64 Compares a standard output to the test output and passes if they match,
74 either which will be ignored in 'standard' and test output files when
83 def test(self, params): member in class:MatchGoldStandard
86 # Get the file from the tempdir of the test.
96 test.fail('Stdout did not match:\n%s\nSee %s for full results'
180 def test(sel member in class:MatchRegex
[all...]
/gem5/src/mem/ruby/common/
H A DSet.hh168 isSuperset(const Set& test) const
170 assert(m_nSize == test.m_nSize);
171 std::bitset<NUMBER_BITS_PER_SET> r = bits | test.bits;
175 bool isSubset(const Set& test) const { return test.isSuperset(*this); }
177 bool isElement(NodeID element) const { return bits.test(element); }
193 if (bits.test(i)) {
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py80 test_summary_out = './test-summary.out'
95 # get a list of test binaries in the given directory
107 for test in tests:
109 test_name = test + '-' + model
116 '-c', test_dir + '/' + test,
/gem5/src/unittest/
H A Dunittest.hh45 * @param test Text specifying what check is being performed.
49 const char *test, const bool result);
82 * Function to call at the end of a test that prints an overall result and a
93 * Sets the current test case. Test cases are used to group checks together and
98 * @param newCase The name of the new test case.
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test5/
H A Dtest.cpp22 test.cpp --
49 #include "test.h"
51 void test::entry()

Completed in 25 milliseconds

1234567891011>>