Re: Re: Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-08 Thread Masami Hiramatsu
(2014/09/04 13:39), Masami Hiramatsu wrote: > (2014/09/04 11:29), Namhyung Kim wrote: >>> diff --git a/tools/testing/ftrace/test.d/basic3.tc >>> b/tools/testing/ftrace/test.d/basic3.tc >>> index 0c1a3a2..7bc5a53 100644 >>> --- a/tools/testing/ftrace/test.d/basic3.tc >>> +++

Re: Re: Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-08 Thread Masami Hiramatsu
(2014/09/04 13:39), Masami Hiramatsu wrote: (2014/09/04 11:29), Namhyung Kim wrote: diff --git a/tools/testing/ftrace/test.d/basic3.tc b/tools/testing/ftrace/test.d/basic3.tc index 0c1a3a2..7bc5a53 100644 --- a/tools/testing/ftrace/test.d/basic3.tc +++

Re: Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-03 Thread Masami Hiramatsu
(2014/09/04 11:29), Namhyung Kim wrote: >> diff --git a/tools/testing/ftrace/test.d/basic3.tc >> b/tools/testing/ftrace/test.d/basic3.tc >> index 0c1a3a2..7bc5a53 100644 >> --- a/tools/testing/ftrace/test.d/basic3.tc >> +++ b/tools/testing/ftrace/test.d/basic3.tc >> @@ -1,8 +1,9 @@ >> #!/bin/sh

Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-03 Thread Namhyung Kim
On Tue, 02 Sep 2014 11:06:59 +, Masami Hiramatsu wrote: > Add XFAIL, XPASS and POSIX 1003.3 std. codes (UNRESOLVED/ > UNTESTED/UNSUPPORTED) as a result code. These are > used for the results that test case is expected to fail or > unsupported feature (by config). > This also introduces

Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-03 Thread Namhyung Kim
On Tue, 02 Sep 2014 11:06:59 +, Masami Hiramatsu wrote: Add XFAIL, XPASS and POSIX 1003.3 std. codes (UNRESOLVED/ UNTESTED/UNSUPPORTED) as a result code. These are used for the results that test case is expected to fail or unsupported feature (by config). This also introduces

Re: Re: [RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-03 Thread Masami Hiramatsu
(2014/09/04 11:29), Namhyung Kim wrote: diff --git a/tools/testing/ftrace/test.d/basic3.tc b/tools/testing/ftrace/test.d/basic3.tc index 0c1a3a2..7bc5a53 100644 --- a/tools/testing/ftrace/test.d/basic3.tc +++ b/tools/testing/ftrace/test.d/basic3.tc @@ -1,8 +1,9 @@ #!/bin/sh #

[RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-02 Thread Masami Hiramatsu
Add XFAIL, XPASS and POSIX 1003.3 std. codes (UNRESOLVED/ UNTESTED/UNSUPPORTED) as a result code. These are used for the results that test case is expected to fail or unsupported feature (by config). This also introduces PASS/FAIL/XFAIL/XPASS/UNSUP/UNTST/UNRES result codes for each testcase. Since

[RFC PATCH v3 4/4] ftracetest: Add XFAIL/XPASS and POSIX.3 std. result codes

2014-09-02 Thread Masami Hiramatsu
Add XFAIL, XPASS and POSIX 1003.3 std. codes (UNRESOLVED/ UNTESTED/UNSUPPORTED) as a result code. These are used for the results that test case is expected to fail or unsupported feature (by config). This also introduces PASS/FAIL/XFAIL/XPASS/UNSUP/UNTST/UNRES result codes for each testcase. Since