[Mono-bugs] [Bug 74705][Min] New - Odd error on Win32 with enum2 in regression test

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 20:26:46 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by flashdict@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74705

--- shadow/74705	2005-04-23 20:26:46.000000000 -0400
+++ shadow/74705.tmp.13236	2005-04-23 20:26:46.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 74705
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Minor
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: flashdict@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Odd error on Win32 with enum2 in regression test
+
+Description of Problem:
+
+I'm seeing an abort error via a popup dialog on Windows when running "make
+check" in mono/tests, when the enum2 test is run.  The error is in the form
+of a simple windows single-button Error dialog which says: 
+
+**ERROR**: get custom attrs not yet supported for Attribute[]
+aborting...
+
+After I click OK, the test driver reports:
+
+Testing enum2.exe... failed 768 (3) signal (0).
+
+This test runs ok on my other platform, and it only gives an error on
+windows when run from the test driver.  Running it from the cygwin command
+line by itself with "mono enum2.exe" works ok.
+
+In any case, it stops the unit testing run on windows, due to an
+anally-retentive cygwin make(1) which won't continue unless all tests pass,
+so here it is.