Searched refs:tests (Results 76 - 97 of 97) sorted by relevance

1234

/gem5/ext/googletest/googletest/test/
H A Dgtest-typed-test_test.cc42 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
87 // This #ifdef block tests typed tests.
93 // and SetUp()/TearDown() work correctly in typed tests
148 // This also verifies that tests from different typed test cases can
171 // This #ifdef block tests type-parameterized tests.
191 const char* tests = "A, B, C"; local
192 EXPECT_EQ(tests,
193 state_.VerifyRegisteredTestNames("foo.cc", 1, tests));
199 const char* tests = "A,C, B"; local
[all...]
/gem5/tests/
H A Dtests.py47 from testing.tests import *
96 help="List available tests",
97 description="List available tests",
99 Generate a list of available tests using a list filter.
106 For example, to list all quick arm tests, run the following:
107 tests.py list arm/quick
111 character. For example, all full-system tests can be listed
112 with this command: tests.py list arm/*/fs""")
138 help='Run one or more tests',
139 description="Run one or more tests
[all...]
/gem5/src/systemc/tests/
H A Dverify.py54 tests_rel_path = os.path.join(systemc_rel_path, 'tests')
55 json_rel_path = os.path.join(tests_rel_path, 'tests.json')
129 def run(self, tests):
130 targets = list([test.full_path() for test in tests])
146 def run(self, tests):
153 help='How many tests to run in parallel.')
186 runnable = filter(lambda t: not t.compile_only, tests)
375 cause: map(lambda t: t.props, tests) for
376 cause, tests in self._failed.iteritems()
392 for cause, tests i
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsb.S17 # Basic tests
54 # Bypassing tests
H A Dsd.S17 # Basic tests
54 # Bypassing tests
H A Dsh.S17 # Basic tests
54 # Bypassing tests
H A Dsw.S17 # Basic tests
54 # Bypassing tests
H A Djalr.S34 # Bypassing tests
/gem5/ext/nomali/
H A DMakefile53 dir:=tests
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcmp.S17 # Arithmetic tests
H A Dfmadd.S23 # Arithmetic tests
H A Dfmin.S23 # Arithmetic tests
H A Dfcvt.S26 # Arithmetic tests
H A Dfcvt_w.S17 # Arithmetic tests
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcmp.S17 # Arithmetic tests
H A Dfmin.S17 # Arithmetic tests
H A Dfcvt_w.S17 # Arithmetic tests
/gem5/ext/testlib/
H A Dresult.py210 state.Result.Passed: 'tests'
217 for result, tests in results.items():
219 str(len(tests))))
233 state.Result.Passed: 'tests',
243 for result, tests in results.items():
245 str(len(tests))))
H A Dwrappers.py165 self.tests = self._wrap_children(suite_obj)
182 return iter(self.tests)
H A Dmain.py84 Returns true if at least one test is unsuccessful, false when all tests
203 Create a TestLoader and load tests for the directory given by the config.
227 elif config.config.tests:
247 * Iteratively run tests:
297 # Filter tests based on tags
299 # Execute the tests
316 # Execute the tests
H A Dloader.py31 tests.
35 1. Recurse down a given directory looking for tests which match a given regex.
44 - `tests.py`
47 - `tests-that.py`
89 # Match filenames that either begin or end with 'test' or tests and use
92 r'(((.+[_])?tests?)|(tests?([-_].+)?))\.py$')
119 Class for discovering tests.
126 To simply discover and load all tests using the default filter create an
133 .. note:: If tests ar
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S116 # tests 2, 4, 5, and 6 should trap

Completed in 21 milliseconds

1234