Re: [PATCH v6 2/9] tests: Refactor syscall syntax testing

2017-08-06 Thread Dmitry V. Levin
On Wed, Aug 02, 2017 at 12:36:42PM +0700, Nikolay Marchuk wrote: > * tests/syntax.sh: New file. > * filtering_syscall-syntax.test: Likewise. > * tests/qual_fault-syntax.test: Move syscall set syntax testing to > filtering_syscall-syntax.test. > * tests/qual_inject-syntax.test: Likewise. > * tests/

[PATCH v6 2/9] tests: Refactor syscall syntax testing

2017-08-01 Thread Nikolay Marchuk
* tests/syntax.sh: New file. * filtering_syscall-syntax.test: Likewise. * tests/qual_fault-syntax.test: Move syscall set syntax testing to filtering_syscall-syntax.test. * tests/qual_inject-syntax.test: Likewise. * tests/options-syntax.test: Likewise. Move check_* functions to syntax.sh. * tests/M