Re: TestTimerAAAAA ... Uncaught exception
Russell Stuart <russell-M7Clnf/[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <1092543724.2275.2.camel@ras> |
On Sun, 2004-08-15 at 13:09, Phil Freed wrote: > I'm trying to compile the DotGNU packages on a Solaris 2.8 (Sun Sparc) > system. The compile goes fine for treecc-0.3.2 and pnet-0.6.8, but fails > on pnetlib-0.6.8, as follows: > > TestTimerAAAAA ... Uncaught exception: System.NotImplementedException: The > requested functionality is not implemented I will look into this. As Rhys point out, it happens because threading is not turned on - and the timers can't work without it. The timer tests should really check if threads are implemented on the platform, and turn themselves off if not.