HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 39 and Version 40 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/05/08 16:14:58 (7 years ago)
Author:
andreasf
Comment:

Updated test status

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/mono/2.x/1

    v39 v40  
    230230However running a Hello World assembly using monolite works: 
    231231{{{ 
    232 > MONO_PATH=/path/to/mcs/class/lib/monolite path/to/mono/mono/mini/mono hello.exe 
     232> MONO_PATH=/path/to/mcs/class/lib/monolite \ 
     233 MONO_CFG_DIR=path/to/mono/runtime/etc \ 
     234 MONO_SHARED_DIR=path/to/mono/runtime \ 
     235 path/to/mono/mono/mini/mono --config path/to/mono/runtime/etc/mono/config hello.exe 
    233236Hello World. 
    234237* Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met 
    … …  
    239242}}} 
    240243So JIT'ing (incl. trampolines) already works! (Same assertion failure when running mcs without arguments.) 
     244 
     245== Test status == 
     246 
     247After copying over *.dll and *.exe after `make rcheck` in {{{mini}}} on another machine, running `./mono --regression basic.exe` (set up to use monolite, cf. above) succeeds all tests, but once again shows the assertion failure. 
     248 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/