summaryrefslogtreecommitdiff
path: root/tests/scripts/lst_creator.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14Add tests for arm64 il issues. (#17759)Sergey Andreenko1-1/+1
* Add test for "Shouldn_t_see_an_integer_typed_GT_MOD_node_in_ARM64" * Add test for "We_should_never_encounter_a_reference_to_a_lclVar_that_has_a_zero_refCnt" * Add test for 'NYI__Initialize_floating_point_register_to_zero' * add tests to the arm lists * exclude tests on: 1. windows arm64 with tests\arm64\tests.lst 2. windows x64 altjit arm with tests\issues.target 3. ubuntu arm64 with tests/testsFailing.arm64.txt * change issues.targets
2018-05-01Fix arm test list creator for Windows (#17852)Sergey Andreenko1-3/+4
* use "\n" for splitting lines * update comment
2017-09-01Lst File updates.jashook1-14/+39
This change includes: 1) lst_creator updates to allow adding priority tags automatically 2) arm32 lstFile updates: 29 new tests, 50 removed 3) arm64 lstFile updates: 80 new tests, 55 removed
2017-07-19Add arm32 ci testing.jashook1-15/+31
Note this will add a new lst file and leverage the old existing arm64 infrastructure.
2017-04-03Update the arm64 test dropjashook1-11/+33
2017-02-13Update lst_creator.jashook1-148/+297
Generally refactoring, make it a little more robust and easier to use. In addition, expand its functionality to update the lstFile.
2016-03-16Add lst_creator tool and smarty output parserjashook1-0/+233