Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-03 Thread Cleber Rosa
el@nongnu.org > >> Cc: "Aurelien Jarno" , f4...@amsat.org, "Aleksandar > >> Markovic" > >> Sent: Monday, March 2, 2020 1:14:31 PM > >> Subject: Re: [PATCH] tests/acceptance: move @skipUnless decoration to test > >> itself > >>

Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-03 Thread Alex Bennée
Cleber Rosa writes: > - Original Message - >> From: "Philippe Mathieu-Daudé" >> To: "Alex Bennée" , qemu-devel@nongnu.org >> Cc: "Aurelien Jarno" , f4...@amsat.org, "Aleksandar >> Markovic" >> Sent: Monday

Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-03 Thread Cleber Rosa
- Original Message - > From: "Philippe Mathieu-Daudé" > To: "Alex Bennée" , qemu-devel@nongnu.org > Cc: "Aurelien Jarno" , f4...@amsat.org, "Aleksandar > Markovic" > Sent: Monday, March 2, 2020 1:14:31 PM > Subject: Re: [PA

Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-03 Thread Alex Bennée
Aleksandar Markovic writes: > 12:22 AM Uto, 03.03.2020. Philippe Mathieu-Daudé је > написао/ла: >> >> From: Alex Bennée >> >> It appears ignore the decoration if just applied to the class. >> >> Fixes: 0484d9d4fbe9beacd >> Signed-off-by: Alex Bennée >> [PMD: Move decorations to each test fun

Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-03 Thread Aleksandar Markovic
12:22 AM Uto, 03.03.2020. Philippe Mathieu-Daudé је написао/ла: > > From: Alex Bennée > > It appears ignore the decoration if just applied to the class. > > Fixes: 0484d9d4fbe9beacd > Signed-off-by: Alex Bennée > [PMD: Move decorations to each test function] > Signed-off-by: Philippe Mathieu-Dau

Re: [PATCH] tests/acceptance: move @skipUnless decoration to test itself

2020-03-02 Thread Philippe Mathieu-Daudé
On 3/2/20 7:09 PM, Alex Bennée wrote: It appears ignore the decoration if just applied to the class. Odd I remember testing this, this might be a feature supported by a newer Avocado version than the one available on Travis-CI. Signed-off-by: Alex Bennée --- tests/acceptance/machine_mip