summaryrefslogtreecommitdiff
path: root/tests/testsRunningInsideARM.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-12-14[RyuJit][Armel] Do not lose type information (#15449)Sergey Andreenko1-0/+1
* Do not lose type information fgMorphMultiregStructArg could lose type information when replaced smth like this: GT_OBJ - TYP_STRUCT <== arg + GT_ADDR - TYP_I_IMPL + + GT_LCL_VAR - TYP_BLK <== argValue * Move the test to pri0 to test in ci. * add an assert * add the test to the arm list * make the optimization only if struct handlers match. * format job * fix for the unoptimized case. * check that we have addr node. * change the reason to lvaSetVarDoNotEnregister
2016-07-07Add testsRunningInsideARM.txtJiyoung Yun1-0/+22
ARM emulator cross build checks are automatic on a per PR basis. But it does not check unit tests because it takes a lot of time in emulator. So this file contains the minimum test cases for ARM CI. Those test cases are picked according to the following rules. Reference target: Raspberry Pi2 1. Failed at least 3 times on June. 2. Exclude long time tc (Huge*) 3. Exclude daedlock tc (Burgers) 4. Exclude failed tc currently. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>