aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/linear/label-unreachable.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-21bad-goto: reorganize testcases and add some moreLuc Van Oostenryck1-0/+20
Reorganize the testcases related to the 'scope' of labels and add a few new ones. Also, some related testcases have some unreported errors other than the features being tested. This is a problem since such tescases can still fail after the feature being tested is fixed or implemented. So, fix these testcases or split them so that they each test a unique feature. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>