Searched refs:test (Results 51 - 75 of 304) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test16/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test17/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Druntests.sh48 for test in ${test_executables[*]}; do
49 "$test"
55 failed_list="$failed_list $test"
/gem5/src/systemc/tests/systemc/misc/stars/star103832/
H A Dstar103832.cpp40 struct test : sc_module { struct in inherits:sc_module
48 SC_HAS_PROCESS( test );
50 test (const char *NAME) : sc_module(NAME) { function in struct:test
60 void test::tc_mult_8x8(sc_uint<8> A, sc_uint<8> B, sc_uint<16>& Z) {
79 void test::reset_loop() {
/gem5/src/systemc/tests/
H A Dverify.py130 targets = list([test.full_path() for test in tests])
161 def run_test(test):
166 os.path.abspath(test.full_path()),
167 '-rd', os.path.abspath(test.m5out_dir()),
173 if not os.path.exists(test.m5out_dir()):
174 os.makedirs(test.m5out_dir())
176 subprocess.check_call(cmd, cwd=os.path.dirname(test.dir()))
181 with open(test.returncode_file(), 'w') as rc:
196 def __init__(self, ref, test, ta
[all...]
/gem5/tests/testing/
H A Dresults.py51 """Results of a single test unit.
53 A test result can be one of:
55 - STATE_SKIPPED: The test was skipped.
56 - STATE_ERROR: The test failed to run.
61 to start or crashed, while STATE_FAILED would mean that a test
108 """Results for from a single test consisting of one or more units."""
158 """Save test results as a binary using Python's pickle
170 """Output test results as text."""
195 """Output test results as a text summary"""
217 """Output test result
[all...]
/gem5/ext/nomali/tests/
H A Dnomali_test_helpers.h46 #define NOMALI_TEST_REG(t, handle, reg, test) \
51 if (!(test)) { \
/gem5/src/unittest/
H A Dunittest.cc52 const char *test, const bool result)
60 result ? "PASSED" : "FAILED", file, line, test);
51 checkVal(const char *file, const unsigned line, const char *test, const bool result) argument
/gem5/util/style/
H A Dregion.py241 def test(left, right): function
250 test(neg_inf, neg_inf)
251 test(neg_inf, pos_inf)
252 test(pos_inf, neg_inf)
253 test(pos_inf, pos_inf)
255 test(neg_inf, 0)
256 test(neg_inf, -11111)
257 test(neg_inf, 11111)
259 test(0, neg_inf)
260 test(
[all...]
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test7/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/line_label/test9/
H A Dtest.cpp22 test.cpp --
46 #include "test.h"
48 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/misc/test5/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
49 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/resource/test5/
H A Dtest.cpp22 test.cpp --
44 #include "test.h"
46 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/directives/translate_on/test1/
H A Dtest.cpp22 test.cpp --
45 #include "test.h"
47 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test2/
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
63 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test3/
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
63 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test4/
H A Dtest.cpp22 test.cpp --
48 #include "test.h"
64 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test05/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
40 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test06/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test11/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test12/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test14/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/test15/
H A Dtest.cpp22 test.cpp --
38 #include "test.h"
41 void test::entry()
/gem5/ext/testlib/
H A Drunner.py43 Status of the test suite by default is:
68 def __init__(self, test, suite):
69 self.test = test
71 self.log = log.TestLogWrapper(log.test_log, test, suite)
76 for fixture in self.test.fixtures:
103 def test(self): member in class:RunnerPattern
119 self.test()
130 def test(self): member in class:TestRunner
146 def test(sel member in class:SuiteRunner
164 def test(self): member in class:LibraryParallelRunner
[all...]
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/test4/
H A Dtest.cpp22 test.cpp --
49 #include "test.h"
51 void test::entry()

Completed in 14 milliseconds

1234567891011>>