summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-01 09:59:59 +0100
committerStefan Metzmacher <metze@samba.org>2011-02-01 11:21:42 +0100
commit5ae04bca01b974672fcc3c68acf3fc9bab61ba05 (patch)
treece40ea11919987ee75eac4e35eca82cf833f41c3 /testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt
parent6696fd1c1e94a6b830fe8d1191b85da97bfb10c1 (diff)
downloadsamba-5ae04bca01b974672fcc3c68acf3fc9bab61ba05.tar.gz
samba-5ae04bca01b974672fcc3c68acf3fc9bab61ba05.tar.bz2
samba-5ae04bca01b974672fcc3c68acf3fc9bab61ba05.zip
midltests: add invalid/midltests_pipe_struct_union_01.idl
pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze
Diffstat (limited to 'testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt')
-rw-r--r--testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt b/testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt
new file mode 100644
index 0000000000..46f8de52bb
--- /dev/null
+++ b/testprogs/win32/midltests/invalid/midltests_pipe_struct_union_01.txt
@@ -0,0 +1,17 @@
+
+Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
+Copyright (C) Microsoft Corporation. All rights reserved.
+
+ midl /target NT60 /prefix client cli_ /prefix server srv_ /prefix switch swi_ /acf midltests.acf midltests.idl
+Microsoft (R) 32b/64b MIDL Compiler Version 7.00.0555
+Copyright (c) Microsoft Corporation. All rights reserved.
+64 bit Processing .\midltests.idl
+midltests.idl
+64 bit Processing .\midltests.acf
+midltests.acf
+.\midltests.idl(34) : error MIDL2028 : feature not implemented : pipes can't contain unions [ Type 'pipe_structtype' ( Parameter 'outp' ) ]
+.\midltests.idl(34) : error MIDL2028 : feature not implemented : pipes can't contain unions [ Type 'pipe_structtype' ( Parameter 'inp' ) ]
+NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\x64\midl.EXE"' : return code '0x8a6'
+Stop.
+NMAKE : fatal error U1077: 'call' : return code '0x2'
+Stop.