Don't emulate idiv.un/irem.un on ARM in cases where it can be optimized away.
[mono.git] / mono / tests /
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-11 Mark Probst[tests] In GC descriptor tests script, optionally gener...
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Heatheruse floor division // instead of / because in python...
2013-03-06 Heatherpython 3 compatibility in gen-descriptor-tests.py
2013-03-05 Mark Probst[tests] Init Random with defined value in GC descriptor...
2013-03-05 Marek SafarFixes build
2013-03-05 Marek SafarFix wrong usage of ConstructoInfo::Invoke
2013-03-05 Martin BauligAdd to EXTRA_DIST.
2013-03-04 Duncan MakAdd gc-descriptors to SUBDIRS.
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Mark Probst[sgen] Disable parallel M&S in combination with split...
2013-03-04 Mark ProbstMerge branch 'feature-descriptor-tests'
2013-03-04 Mark Probst[tests] Test valuetype GC descriptors, too.
2013-03-04 Mark Probst[tests] Optional big-switch version of GC descriptor...
2013-03-04 Mark Probst[tests] Test for GC descriptors - first draft.
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-27 Mark ProbstMerge branch 'feature-remove-ssb'
2013-02-27 Mark Probst[sgen] Remove SSB write barrier.
2013-02-27 Mark Probst[tests] Make finalizer-wait.cs less prone to pinning.
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-18 Rodrigo KumperaFix building sgen test suite.
2013-02-14 Mark Probst[sgen] Fix GC handle table resize for SGen. Fixes...
2013-02-14 Rodrigo Kumperafinalizer-wait and critical-finalizer tests are sgen...
2013-02-14 Rodrigo KumperaRemove a stale comment.
2013-02-14 Rodrigo KumperaEnabled a bunch of tests that should now work.
2013-02-14 Rodrigo KumperaFix a test for compiler context. Compiler Context is...
2013-02-14 Rodrigo KumperaFix the test driver regex to detect tests that have...
2013-02-13 Rodrigo KumperaRewrite the sgen test driver to make it easy to add...
2013-02-13 Rodrigo KumperaMake it so we can pass test and binary names in the...
2013-02-13 Rodrigo KumperaCapturing runtime test output on wrench is an epic...
2013-02-13 Marek SafarMerge pull request #562 from grumpydev/TypeConverterFix
2013-02-13 Mark Probst[sgen] Fix a GC descriptor bug. Fixes case 23400.
2013-02-12 Josh DuBoisInclude <stdint.h> to allow cross-compilation from...
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-08 Marek SafarMerge pull request #550 from knocte/master
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-02-04 Rodrigo KumperaMake sure assembly ordering matches MS by always append...
2013-01-24 Mark Probst[sgen] Stress test for cementing.
2013-01-23 Mark ProbstMerge branch 'feature-perpetual-pinning'
2013-01-23 Mark Probst[sgen] Run SGen tests with marksweep-conc and split...
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-17 Rodrigo KumperaAdd test for #9590.
2013-01-10 Rodrigo KumperaMerge pull request #517 from getsometoast/master
2012-12-14 Mark Probst[sgen] Don't allow concurrent M&S with split nursery.
2012-12-12 Rodrigo KumperaAdd 6 sgen configurations with ssb to our test suite.
2012-12-11 Mark Probst[sgen] Fix SGen tests.
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-29 Mark Probst[tests] Fix pinning in finalizer-exception.cs.
2012-11-28 Rodrigo KumperaMake each test output to a different file to make it...
2012-11-28 Rodrigo KumperaAdd a domain unloading test to the sgen test suite.
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-18 Shay RojanskyRuntime test to reproduce threadpool+ProcessExit issue
2012-11-05 Jeffrey StedfastMerge pull request #488 from roji/email_attachment_fixes
2012-11-05 Nicolas RaoulMerged into single file, added assertions
2012-11-05 Nicolas RaoulUnit test for issue 2907, from Josef Semmler's attachme...
2012-11-02 Marek SafarMerge pull request #492 from pruiz/systx-fixes
2012-11-01 Rodrigo KumperaWhen inflating a (M)VAR make sure we're not using a...
2012-10-29 Rodrigo KumperaPropertly handle the layout of generic valuetypes....
2012-10-29 Marek SafarMerge pull request #485 from mtausig/master
2012-10-26 Marek SafarMerge pull request #484 from roji/transactions_pspe
2012-10-26 Marek SafarMerge pull request #486 from fvalette/master
2012-10-26 Zoltan VargaClear sb->cached_str in mono_string_utf8_to_builder...
2012-10-25 Jonathan Pryor[Mono.Posix] Add Syscall.getgrouplist().
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Andrew WilsonFix bug 5732, nuls in attribute strings.
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Zoltan VargaUse AM_CPPFLAGS instead of INCLUDES in Makefile.am...
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-10 Zoltan VargaAvoid a fixed port number in a test.
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-24 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
next