[Mono-dev] Fails to make run-test-ondotnet

Antoine Cailliau antoinecailliau at gmail.com
Tue Apr 15 12:43:35 UTC 2014


Hi,

I'm trying to run tests against the .net runtime, to check that my patch
produce the same output on the .net runtime. When I do make
run-test-ondotnet, I get the following error;

$ make run-test-ondotnet
make run-test-ondotnet-local
make[1]: Entering directory '/home/Antoine/mono
/mcs/class/System.ServiceModel.Web'
ok=:; \
./../../class/lib/net_4_5/nunit-console.exe
 System.ServiceModel.Web_test_net_4_5.dll -noshadow
/exclude:NotDotNet,CAS -output=TestResult-ondotnet-net_4_5.log
-xml=TestResult-ondotnet-net_4_5.xml   || ok=false; \
(echo ''; cat TestResult-ondotnet-net_4_5.log) | sed '1,/^Tests run: /d';
xsltproc ./../../build/nunit-summary.xsl TestResult-ondotnet-net_4_5.xml >>
TestResult-ondotnet-net_4_5.log ; $ok
NUnit version 2.4.8
Copyright (C) 2002-2007 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov.
Copyright (C) 2000-2002 Philip Craig.
All Rights Reserved.

Runtime Environment -
   OS Version: Microsoft Windows NT 6.2.9200.0
  CLR Version: 4.0.30319.34003 ( Net 4.0.30319.34003 )

*Could not load file or assembly 'nunit.framework, Version=2.4.8.0,
Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its
dependencies. The system cannot find the file specified.*
warning: failed to load external entity "TestResult-ondotnet-net_4_5.xml"
unable to parse TestResult-ondotnet-net_4_5.xml
../../build/tests.make:93: recipe for target 'run-test-ondotnet-lib' failed
make[1]: *** [run-test-ondotnet-lib] Error 1
make[1]: Leaving directory '/home/Antoine/mono
/mcs/class/System.ServiceModel.Web'
../../build/rules.make:143: recipe for target 'do-run-test-ondotnet' failed
make: *** [do-run-test-ondotnet] Error 2

(I'm on cygwin, src based on trunk)

Any idea of how I could fix this?

Thanks,

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140415/d39fcb28/attachment.html>


More information about the Mono-devel-list mailing list