add support for filtering tests using flags
[openpower-isa.git] / src / openpower / test / common.py
2023-09-11 Jacob Lifshayadd support for filtering tests using flags
2023-05-30 Jacob Lifshayuse a different default MSR value for unit tests since...
2023-05-19 Jacob Lifshayonly retrieve stack frames we need -- ~2x speed up...
2023-05-17 Jacob Lifshayadd support for setting initial FPSCR in unit tests
2022-09-13 Jacob Lifshayadd fp support to TestRunnerBase
2022-08-26 Jacob Lifshaylog rather than print SKIPPED
2022-08-25 Jacob Lifshaymake pytest ignore non-test classes, these're the last...
2022-08-24 Jacob Lifshayadd self.subTest and src_loc_at support to TestAccumula...
2021-12-19 Luke Kenneth Casso... add "stop at pc" argument to TestCase,
2021-10-25 klehmanspacing fix
2021-10-25 klehmanget file name from stack, add in TestCase
2021-09-22 Luke Kenneth Casso... and add expected to TestAccumulatorBase
2021-09-22 Luke Kenneth Casso... add expected argument to TestCase
2021-08-30 Luke Kenneth Casso... missed data_o/i to i/o_data conversion
2021-05-04 Luke Kenneth Casso... add more ALUHelper routines for fast3
2021-05-04 Luke Kenneth Casso... add ALUHelpers check_fast_spr3 for SVSRR0 checking
2021-05-04 Luke Kenneth Casso... add fast3 to PowerDecoder and regspec map
2021-04-23 Luke Kenneth Casso... move mask_extend function to utils
2021-04-23 Luke Kenneth Casso... move ALUHelpers to openpower-isa
2021-04-23 Luke Kenneth Casso... resolving imports changing over