Remove traces of tst-typesizes

Message ID mvmvaimruic.fsf_-_@suse.de
State Committed
Commit feda96a1781e6d79a091df8747e696ba2751df82
Headers

Commit Message

Andreas Schwab Nov. 7, 2017, 3:14 p.m. UTC
  Installed.

Andreas.

	* nptl/Makefile (tests-internal): Remove tst-typesizes.
  

Comments

Adhemerval Zanella Netto Nov. 7, 2017, 4:20 p.m. UTC | #1
On 07/11/2017 13:14, Andreas Schwab wrote:
> Installed.
> 
> Andreas.
> 
> 	* nptl/Makefile (tests-internal): Remove tst-typesizes.

Thanks.

> 
> diff --git a/nptl/Makefile b/nptl/Makefile
> index d819349f43..b0215e12d7 100644
> --- a/nptl/Makefile
> +++ b/nptl/Makefile
> @@ -304,8 +304,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
>  	tst-thread_local1 tst-mutex-errorcheck tst-robust10 \
>  	tst-robust-fork tst-create-detached tst-memstream
>  
> -tests-internal := tst-typesizes \
> -		  tst-rwlock19 tst-rwlock20 \
> +tests-internal := tst-rwlock19 tst-rwlock20 \
>  		  tst-sem11 tst-sem12 tst-sem13 \
>  		  tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \
>  		  tst-mutexpi8 tst-mutexpi8-static
>
  

Patch

diff --git a/nptl/Makefile b/nptl/Makefile
index d819349f43..b0215e12d7 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -304,8 +304,7 @@  tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
 	tst-thread_local1 tst-mutex-errorcheck tst-robust10 \
 	tst-robust-fork tst-create-detached tst-memstream
 
-tests-internal := tst-typesizes \
-		  tst-rwlock19 tst-rwlock20 \
+tests-internal := tst-rwlock19 tst-rwlock20 \
 		  tst-sem11 tst-sem12 tst-sem13 \
 		  tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \
 		  tst-mutexpi8 tst-mutexpi8-static