Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-20-2003
marlowa marlowa is offline
Registered User
 
 
Join Date: Feb 2003
Location: London
Posts: 64
Slice test fails

The test test/Slice/errorDetection reported:
CaseInsensitive.ice... failed!

This was on Suse 8.1 using gcc 3.2.

-Andrew M.
__________________
You are in a maze of twisty little passages, all different.
Reply With Quote
  #2 (permalink)  
Old 02-20-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,780
Try running "slice2cpp CaseInsensitive.ice" by hand. What is the output? The expected output is in CaseInsensitive.err.
Reply With Quote
  #3 (permalink)  
Old 02-20-2003
marlowa marlowa is offline
Registered User
 
 
Join Date: Feb 2003
Location: London
Posts: 64
Quote:
Originally posted by marc
Try running "slice2cpp CaseInsensitive.ice" by hand. What is the output? The expected output is in CaseInsensitive.err.
The output is rather long:

errorDetection/CaseInsensitive.ice:17: redefinition of operation `op' as operation `op'
errorDetection/CaseInsensitive.ice:22: operation `oP' differs only in capitalization from operation `op'
errorDetection/CaseInsensitive.ice:22: redefinition of operation `op' as operation `oP'
errorDetection/CaseInsensitive.ice:27: redefinition of data member `l' as operation `l'
errorDetection/CaseInsensitive.ice:32: operation `L' differs only in capitalization from data member `l'
errorDetection/CaseInsensitive.ice:32: redefinition of data member `l' as operation `L'
errorDetection/CaseInsensitive.ice:37: module `M1' is capitalized inconsistently with its previous name: `m1'
errorDetection/CaseInsensitive.ice:37: `M1' has changed meaning
errorDetection/CaseInsensitive.ice:38: redefinition of class `c1' as module
errorDetection/CaseInsensitive.ice:39: module `C1' differs only in capitalization from class name `c1'
errorDetection/CaseInsensitive.ice:39: `C1' has changed meaning
errorDetection/CaseInsensitive.ice:42: redefinition of parameter `aa'
errorDetection/CaseInsensitive.ice:43: parameter `BB' differs only in capitalization from parameter `bb'
errorDetection/CaseInsensitive.ice:43: `BB' has changed meaning
errorDetection/CaseInsensitive.ice:47: operation `I4' differs only in capitalization from enclosing interface name `i4'
errorDetection/CaseInsensitive.ice:51: interface name `i5' cannot be used as operation name
errorDetection/CaseInsensitive.ice:59: operation `op' is already defined as an operation in a base interface or class
errorDetection/CaseInsensitive.ice:63: operation `OP' differs only in capitalization from operation `op', which is defined in a base interface or class
errorDetection/CaseInsensitive.ice:71: operation `l' is already defined as a data member in a base interface or class
errorDetection/CaseInsensitive.ice:75: operation `L' differs only in capitalization from data member `l', which is defined in a base interface or class
errorDetection/CaseInsensitive.ice:80: operation `L' differs only in capitalization from data member `l'
errorDetection/CaseInsensitive.ice:80: redefinition of data member `l' as operation `L'
errorDetection/CaseInsensitive.ice:84: data member `l' is already defined as a data member in a base interface or class
errorDetection/CaseInsensitive.ice:88: data member `L' differs only in capitalization from data member `l', which is defined in a base interface or class
errorDetection/CaseInsensitive.ice:93: data member `l' differs only in capitalization from operation `L'
errorDetection/CaseInsensitive.ice:93: `l' has changed meaning
errorDetection/CaseInsensitive.ice:98: redefinition of exception member `l'
errorDetection/CaseInsensitive.ice:103: exception member `L' differs only in capitalization from exception member `l'
errorDetection/CaseInsensitive.ice:103: `L' has changed meaning
errorDetection/CaseInsensitive.ice:107: exception name `e3' cannot be used as exception member name
errorDetection/CaseInsensitive.ice:111: exception member `E4' differs only in capitalization from enclosing exception name `e4'
errorDetection/CaseInsensitive.ice:119: exception member `l' is already defined in a base exception
errorDetection/CaseInsensitive.ice:123: exception member `L' differs only in capitalization from exception member `l', which is defined in a base exception
errorDetection/CaseInsensitive.ice:128: redefinition of struct member `l'
errorDetection/CaseInsensitive.ice:133: member `L' differs only in capitalization from member `l'
errorDetection/CaseInsensitive.ice:133: `L' has changed meaning
errorDetection/CaseInsensitive.ice:137: struct name `s3' cannot be used as member name
errorDetection/CaseInsensitive.ice:142: struct member `S4' differs only in capitalization from enclosing struct name `s4'
errorDetection/CaseInsensitive.ice:147: sequence `LS' differs only in capitalization from sequence `ls'
errorDetection/CaseInsensitive.ice:148: redefinition of module `m1' as sequence
errorDetection/CaseInsensitive.ice:149: sequence `M1' differs only in capitalization from module `m1'
errorDetection/CaseInsensitive.ice:152: dictionary `D' differs only in capitalization from dictionary `d'
errorDetection/CaseInsensitive.ice:153: redefinition of module `m1' as dictionary
errorDetection/CaseInsensitive.ice:154: dictionary `M1' differs only in capitalization from module `m1'
errorDetection/CaseInsensitive.ice:157: enumeration `eN1' differs only in capitalization from enumeration `en1'
errorDetection/CaseInsensitive.ice:157: `eN1' has changed meaning
errorDetection/CaseInsensitive.ice:158: redefinition of module `m1' as enumeration
errorDetection/CaseInsensitive.ice:159: enumeration `M1' differs only in capitalization from module `m1'
errorDetection/CaseInsensitive.ice:159: `M1' has changed meaning
errorDetection/CaseInsensitive.ice:161: redefinition of enumeration `en1' as enumerator
errorDetection/CaseInsensitive.ice:162: enumerator `EN1' differs only in capitalization from enumeration `en1'
errorDetection/CaseInsensitive.ice:163: redefinition of module `m1' as enumerator
errorDetection/CaseInsensitive.ice:164: enumerator `M1' differs only in capitalization from module `m1'
errorDetection/CaseInsensitive.ice:176: interface name `base' is capitalized inconsistently with its previous name: `::xxx::xx::Base'
errorDetection/CaseInsensitive.ice:176: redefinition of interface `Derived'
errorDetection/CaseInsensitive.ice:180: exception name `E1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:184: sequence name `S1' is capitalized inconsistently with its previous name: `::xxx::xx::s1'
errorDetection/CaseInsensitive.ice:185: sequence name `xxx::xx::S1' is capitalized inconsistently with its previous name: `::xxx::xx::s1'
errorDetection/CaseInsensitive.ice:186: sequence name `xxx::XX::s1' is capitalized inconsistently with its previous name: `::xxx::xx::s1'
errorDetection/CaseInsensitive.ice:187: sequence name `xxx::XX::s1' is capitalized inconsistently with its previous name: `::xxx::xx::s1'
errorDetection/CaseInsensitive.ice:192: interface name `derived' is capitalized inconsistently with its previous name: `::xxx::xx:erived'
errorDetection/CaseInsensitive.ice:200: parameter `Param' differs only in capitalization from parameter `param'
errorDetection/CaseInsensitive.ice:200: `Param' has changed meaning
errorDetection/CaseInsensitive.ice:202: exception name `E1' is capitalized inconsistently with its previous name: `::e1'
errorDetection/CaseInsensitive.ice:204: exception name `xxx::xx::E1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:205: exception name `xxx::XX::e1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:206: exception name `XXX::xx::e1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:208: exception name `xxx::xx::E1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:209: exception name `xxx::XX::e1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:210: exception name `XXX::xx::e1' is capitalized inconsistently with its previous name: `::xxx::xx::e1'
errorDetection/CaseInsensitive.ice:211: operation name `op12' cannot be used as parameter name
errorDetection/CaseInsensitive.ice:212: parameter `OP13' differs only in capitalization from operation name `op13'
errorDetection/CaseInsensitive.ice:225: ambiguous multiple inheritance: `derived' inherits operations `op' and `OP', which differ only in capitalization, from unrelated base interfaces

Regards,

apm
__________________
You are in a maze of twisty little passages, all different.
Reply With Quote
  #4 (permalink)  
Old 02-20-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,780
Can you do a diff between the output and CaseInsensitive.ice? The output looks correct, except that there should be no 'errorDetection/' in the output. Perhaps that's why the diff fails.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
getifaddrs() does not supported by glibc, IceE fails to make app in /IceE/test syseeker Help Center 2 07-02-2006 09:27 PM
IceJ-1.5.0: test of IcePack/simple fails SteveWampler Help Center 2 07-28-2004 10:54 AM
IceJ-Freeze test fails shantanu_k06 Help Center 6 04-04-2004 11:51 AM
STL assertion failure make test fails sylvain Bug Reports 2 03-02-2003 07:24 AM
make test fails with Python 2.0 jmu Bug Reports 0 02-23-2003 02:25 PM


All times are GMT -4. The time now is 01:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.