Hi!
> Signed-off-by: Peng Haitao <[email protected]>
> ---
>  testcases/open_posix_testsuite/Documentation/HOWTO_RunTests | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests 
> b/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests
> index 7b346ed..74c35da 100644
> --- a/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests
> +++ b/testcases/open_posix_testsuite/Documentation/HOWTO_RunTests
> @@ -49,6 +49,11 @@ From there, execute:
>  
>  This will build all of the conformance, functional, and stress tests.
>  
> +From there, execute:
> +    # make all filter-broken
> +
> +This will build all of the conformance, functional, and stress tests except 
> some broken tests. Now, the filter-broken target will disable 
> sigaction_16-1.run-test on the Linux kernel less than 2.6.22.
> +

Now this is completly wrong for several reasons:

1) The filter-broken target is available only on Linux

2) It provides too detailed information about which tests are skipped

3) It talks about broken tests, these are known failures not broken
   tests


It should look more like:

...

 To run conformance tests for a specific directory, just cd to the directory
 and run make all test.
 
+To disable known failures on Linux do make filter-known-fails.
+
 Example:
     # cd conformance/definitions/time_h ; make all test
 
@@ -77,6 +79,10 @@ To make only functional tests, run:
 To make only stress tests, run:
     # make stress-all
 
+To skip known failures on Linux
+    # make filter-known-fails
+    # make test
+
 4. Running POSIX Option Group Feature Tests
 -----------------------------------------------------

...

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to