Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-14 Thread Vladimir Sementsov-Ogievskiy
14.01.2021 12:31, Max Reitz wrote: On 13.01.21 21:28, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 22:27, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 20:57, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-14 Thread Max Reitz
On 13.01.21 21:28, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 22:27, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 20:57, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now.  (The only files

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-14 Thread Max Reitz
On 13.01.21 20:27, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 20:57, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now.  (The only files that do pass are 209, 254, 283, and iotests.py.)

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-14 Thread Max Reitz
On 13.01.21 20:01, Eric Blake wrote: On 1/13/21 11:57 AM, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) (Alternatively, we

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-13 Thread Vladimir Sementsov-Ogievskiy
13.01.2021 22:27, Vladimir Sementsov-Ogievskiy wrote: 13.01.2021 20:57, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now.  (The only files that do pass are 209, 254, 283, and iotests.py.)

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-13 Thread Vladimir Sementsov-Ogievskiy
13.01.2021 20:57, Max Reitz wrote: I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) (Alternatively, we could have the opposite, i.e. an explicit

Re: [PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-13 Thread Eric Blake
On 1/13/21 11:57 AM, Max Reitz wrote: > I.e., all Python files in the qemu-iotests/ directory. > > Most files of course do not pass, so there is an extensive skip list for > now. (The only files that do pass are 209, 254, 283, and iotests.py.) > > (Alternatively, we could have the opposite,

[PATCH v2 1/8] iotests/297: Allow checking all Python test files

2021-01-13 Thread Max Reitz
I.e., all Python files in the qemu-iotests/ directory. Most files of course do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) (Alternatively, we could have the opposite, i.e. an explicit list of files that we do want to