public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
@ 2020-12-18 14:47 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-18 14:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f374ef1269413c1f3136bfae66ed9a91516a16ed

commit f374ef1269413c1f3136bfae66ed9a91516a16ed
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Fri Dec 18 11:39:46 2020 -0300

    Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
    
    Linking in vxworks kernel-mode is partial linking, so missing symbols
    are not detected.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.old-deja/g++.pt/const2.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.old-deja/g++.pt/const2.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.old-deja/g++.pt/const2.C b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
index 3ca4a532b19..7340ff4e982 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/const2.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
@@ -1,4 +1,5 @@
 // { dg-do link }
+// { dg-skip-if "VxWorks dkms use partial link" { vxworks_kernel } }
 // This test should get a linker error for the reference to A<int>::i.
 // { dg-prune-output "ld: symbol" }
 // { dg-message "i" "" { target *-*-* } 0 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
@ 2021-01-01  1:30 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2021-01-01  1:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2a33969bb1e2a0a9cc1415f6ea8c5805a60be407

commit 2a33969bb1e2a0a9cc1415f6ea8c5805a60be407
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 31 21:37:56 2020 -0300

    Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
    
    Linking in vxworks kernel-mode is partial linking, so missing symbols
    are not detected.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.old-deja/g++.pt/const2.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.old-deja/g++.pt/const2.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.old-deja/g++.pt/const2.C b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
index 3ca4a532b19..7340ff4e982 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/const2.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
@@ -1,4 +1,5 @@
 // { dg-do link }
+// { dg-skip-if "VxWorks dkms use partial link" { vxworks_kernel } }
 // This test should get a linker error for the reference to A<int>::i.
 // { dg-prune-output "ld: symbol" }
 // { dg-message "i" "" { target *-*-* } 0 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
@ 2020-12-25  1:46 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-25  1:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c74e28f0d12cec35b0ddbd31f1172d8c36cc2b0d

commit c74e28f0d12cec35b0ddbd31f1172d8c36cc2b0d
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 24 22:43:24 2020 -0300

    Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel
    
    Linking in vxworks kernel-mode is partial linking, so missing symbols
    are not detected.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.old-deja/g++.pt/const2.C: Skip on vxworks kernel.

Diff:
---
 gcc/testsuite/g++.old-deja/g++.pt/const2.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.old-deja/g++.pt/const2.C b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
index 3ca4a532b19..7340ff4e982 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/const2.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/const2.C
@@ -1,4 +1,5 @@
 // { dg-do link }
+// { dg-skip-if "VxWorks dkms use partial link" { vxworks_kernel } }
 // This test should get a linker error for the reference to A<int>::i.
 // { dg-prune-output "ld: symbol" }
 // { dg-message "i" "" { target *-*-* } 0 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-01  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 14:47 [gcc(refs/users/aoliva/heads/testme)] Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernel Alexandre Oliva
2020-12-25  1:46 Alexandre Oliva
2021-01-01  1:30 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).