Searched refs:should (Results 1 - 7 of 7) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S18 # Flipping just the MSB should result in an illegal address for RV64.
23 # jalr to an illegal address should commit (hence should write rd).
24 # after the pc is set to rs1, an access exception should be raised.
32 # A load to an illegal address should not commit.
H A Dbreakpoint.S40 # Trap handler should skip this instruction.
59 # Trap handler should skip this instruction.
77 # Trap handler should skip this instruction.
121 # Only even-numbered tests should trap.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcmp.S34 # Only sNaN should signal invalid for feq.
39 # qNaN should signal invalid for fle/flt.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dfcmp.S28 # Only sNaN should signal invalid for feq.
33 # qNaN should signal invalid for fle/flt.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S29 # Without RVC, the jalr should trap, and the handler will skip ahead.
30 # With RVC, the jalr should not trap, and "j fail" should get skipped.
44 // This test should pass, since JALR ignores the target LSB
96 # Not-taken branches should not trap, even without RVC.
116 # tests 2, 4, 5, and 6 should trap
H A Dscall.S41 # If U mode doesn't exist, mcause should indicate ECALL from M mode.
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
78 // due to aliasing, you should define GTEST_HAS_GLOBAL_STRING to 0.
637 // Whether the test should be run
678 // Returns true if this test should run, that is if the test is not
761 bool should_run_; // True iff this test should run
810 // Returns true if any test in this test case should run.
828 // Get the number of tests in this test case that should run.
868 void set_should_run(bool should) { should_run_ = should; } argument
919 // Returns true if the given test should ru
[all...]

Completed in 12 milliseconds