Lars Schneider <larsxschneider@xxxxxxxxx> writes: > I think your solution points into the right direction. > Right now we have the following test matrix: > > 1. Linux - clang > 2. Linux - gcc > 3. Mac - clang > 4. Mac - gcc > 5. Linux - gcc - GET_TEXT_POISION > 6. Linux - gcc - 32bit > 7. Windows > > AFAIK your solution would run the split index test for > 1, 2, 3, and 4. I think that is too much. Not that it matters too much, but I meant to add it to 1. and 6. when I said "only one of 64-bit build plus 32-bit one". > 1 runs the fastest and I would like to keep it that way > to get a quick "general" result. I think only 2 should be > extended in the way you are suggesting. We could run > the tests with different env variables there. What else > do we have besides GIT_TEST_SPLIT_INDEX? > > Would that work for everyone? I am OK to make 2. use split-index (which unfortunately would mean we lose tests without split-index under gcc), or add 2.5 that is a copy of 2. plus split-index.