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

1234

/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/gem5/ext/testlib/
H A Dsuite.py35 An object grouping a collection of tests. It provides tags which enable
36 filtering during list and run selection. All tests held in the suite must
51 tests = [] variable in class:TestSuite
59 def __init__(self, name=None, fixtures=tuple(), tests=tuple(),
63 self.tests = self.tests + list(tests)
69 return iter(self.tests
/gem5/tests/jenkins/
H A Dpresubmit.sh45 cd git/jenkins-gem5-prod/tests
48 # Run 4 tests in parallel
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py62 parser = argparse.ArgumentParser(description='run RISC-V assembly tests')
69 (some tests require at least 4 CPUs)',
96 tests = [] variable
99 tests.append(line.split('/')[-1])
101 # total number of tests to run
102 n_tests = len(tests) * len(cpu_models)
107 for test in tests:
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfclass.S17 # Arithmetic tests
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Ddiv.S17 # Arithmetic tests
H A Ddivu.S17 # Arithmetic tests
H A Ddivuw.S17 # Arithmetic tests
H A Ddivw.S17 # Arithmetic tests
H A Drem.S17 # Arithmetic tests
H A Dremu.S17 # Arithmetic tests
H A Dremuw.S17 # Arithmetic tests
H A Dremw.S17 # Arithmetic tests
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc69 std::set<std::string> tests; local
73 if (tests.count(name) != 0) {
89 tests.insert(name);
99 if (tests.count(it->first) == 0) {
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Daddi.S17 # Arithmetic tests
42 # Source/Destination tests
48 # Bypassing tests
H A Daddiw.S17 # Arithmetic tests
42 # Source/Destination tests
48 # Bypassing tests
H A Dandi.S17 # Logical tests
26 # Source/Destination tests
32 # Bypassing tests
H A Dori.S17 # Logical tests
26 # Source/Destination tests
32 # Bypassing tests
H A Dslliw.S17 # Arithmetic tests
39 # Source/Destination tests
45 # Bypassing tests
H A Dslt.S17 # Arithmetic tests
41 # Source/Destination tests
49 # Bypassing tests
H A Dslti.S17 # Arithmetic tests
41 # Source/Destination tests
47 # Bypassing tests
H A Dsltiu.S17 # Arithmetic tests
41 # Source/Destination tests
47 # Bypassing tests
H A Dsltu.S17 # Arithmetic tests
41 # Source/Destination tests
49 # Bypassing tests
H A Dsrai.S17 # Arithmetic tests
39 # Source/Destination tests
45 # Bypassing tests

Completed in 17 milliseconds

1234