Searched refs:Test (Results 76 - 100 of 166) sorted by relevance

1234567

/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc38 using testing::Test;
47 class TestPartResultTest : public Test {
159 class TestPartResultArrayTest : public Test {
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
41 // gtest-internal-inl.h. This is how Google Test prevents a user from
57 // In order to run tests in this file, for platforms where Google Test is
87 // Calls a large number of Google Test assertions, where exactly one of them
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
108 Test::RecordProperty("shared_key", IdToString(id).c_str());
111 // is for testing whether Google Test can handle failed assertions in a
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dscall.S7 # Test syscall trap.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcmp.S7 # Test f{eq|lt|le}.d instructions.
H A Dfmadd.S7 # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions.
H A Dfmin.S7 # Test f{min|max}.d instructinos.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcmp.S7 # Test f{eq|lt|le}.s instructions.
H A Dfmin.S7 # Test f{min|max}.s instructinos.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Daddi.S7 # Test addi instruction.
H A Daddiw.S7 # Test addiw instruction.
H A Dandi.S7 # Test andi instruction.
H A Dfence_i.S7 # Test self-modifying code and the fence.i instruction.
H A Dori.S7 # Test ori instruction.
H A Dslliw.S7 # Test slliw instruction.
H A Dslt.S7 # Test slt instruction.
H A Dslti.S7 # Test slti instruction.
H A Dsltiu.S7 # Test sltiu instruction.
H A Dsltu.S7 # Test sltu instruction.
H A Dsrai.S7 # Test srai instruction.
H A Dsraiw.S7 # Test sraiw instruction.
H A Dsrli.S7 # Test srli instruction.
H A Dsrliw.S7 # Test srliw instruction.
H A Dxori.S7 # Test xori instruction.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S7 # Test mul instruction.
H A Dmulh.S7 # Test mulh instruction.

Completed in 17 milliseconds

1234567