Skip to content

Commit 59cd72a

Browse files
lambourgAlexandre Oliva
authored andcommitted
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.
1 parent 75df943 commit 59cd72a

File tree

1 file changed

+1
-0
lines changed
  • gcc/testsuite/g++.old-deja/g++.pt

1 file changed

+1
-0
lines changed

gcc/testsuite/g++.old-deja/g++.pt/const2.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// { dg-do link }
2+
// { dg-skip-if "VxWorks dkms use partial link" { vxworks_kernel } }
23
// This test should get a linker error for the reference to A<int>::i.
34
// { dg-prune-output "ld: symbol" }
45
// { dg-message "i" "" { target *-*-* } 0 }

0 commit comments

Comments
 (0)