Disable few more tests
[mono.git] / mcs / class /
2012-06-18 Marek SafarDisable few more tests
2012-06-18 Marek SafarFix Microsoft.Build.Tasks tests
2012-06-18 Marek SafarDisable more failing tests
2012-06-18 Rodrigo KumperaImprove Delegate::Combine error message.
2012-06-18 Miguel de IcazaMerge pull request #332 from robwilkens/Bug2663-fix
2012-06-18 Rob WilkensBug 2663: Regular Expression Bug Fixes
2012-06-18 Marek SafarMerge pull request #331 from viniciusjarina/uri_lite2
2012-06-18 Steven Boswell IIFix OneClickComboBoxCell test on Windows
2012-06-17 Thomas GoldsteinReformatting to match Mono coding style guidelines
2012-06-17 Steven Boswell IIMake it so the last-edited cell change is committed...
2012-06-17 Vinicius JarinaRemoved RegularExpressions dependency from UriParser
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-06-15 Marek SafarTesting wrench build
2012-06-15 Marek SafarTry to fix Microsoft.Build.Tasks tests
2012-06-15 Marek SafarTry to fix Directory.EnumerateFiles for hidden files
2012-06-15 Marek SafarAdd SqliteTest.db to dist
2012-06-15 Marek SafarFew few httplistener races
2012-06-15 Marek SafarPrint failure message
2012-06-15 Marek SafarUpdate SqliteTest.db
2012-06-15 Marek SafarFix TestMenuItemsDispose test
2012-06-15 Marek SafarAdd timeout to webrequest tests
2012-06-15 Marek SafarFix column info for binary expressions
2012-06-14 rick@gibbed.usDo not serialize ListViewItem.Group if it's null. Fixes...
2012-06-14 Marek SafarDisable some deadlocking plinq tests
2012-06-14 Marek SafarDisable failing tests
2012-06-14 Marek SafarDisable failing tests
2012-06-14 Marek SafarAdd some logging to failing test
2012-06-14 Marek SafarClean up some NET_2_0
2012-06-14 Marek SafarFix some failing tests
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-13 Adam BrengesjöAdd Assert.Fail if no FormatException is thrown.
2012-06-13 Adam BrengesjöCheck if number format info properties are empty first.
2012-06-13 Adam BrengesjöAdd NUnit tests for bug #4814
2012-06-13 Thomas GoldsteinFix minor whitespace issues
2012-06-13 Thomas GoldsteinUnit test for bug 3418
2012-06-13 eb1@sil.orgMake it so disposing of a Menu causes its MenuItems...
2012-06-13 Marek SafarInclude source line column info in MDB files
2012-06-13 Marek SafarAdd Write7BitEncodedInt test
2012-06-12 Martin BauligFix prepared queries.
2012-06-12 Atsushi EnoRevert "attempt to fix parallel build in RabbitMQ dir."
2012-06-12 Atsushi EnoRevert "Those new hacky RabbitMQ sources files need...
2012-06-12 Atsushi EnoRevert "doh, miscopied file names."
2012-06-12 Atsushi Enodoh, miscopied file names.
2012-06-12 Atsushi EnoThose new hacky RabbitMQ sources files need to be inclu...
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Atsushi Enoattempt to fix parallel build in RabbitMQ dir.
2012-06-12 Atsushi Enobring back CodeContracts to mobile profiles.
2012-06-11 Steven Boswell IIMake it so getting a DataGridViewComboBoxCell to drop...
2012-06-11 Martin BauligMS SQL Server 2012 Express doesn't like null here.
2012-06-11 Martin BauligSync parameter names in System.Data with .NET.
2012-06-11 Marek SafarFix CancellationTokenSource cancellation during Dispose
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Carlos Alberto Cortez[System.Web] Re-enable SessionStateModule.OnSessionExpi...
2012-06-11 Marek SafarImprove task test
2012-06-10 Steven Boswell IIImplement the DataGridView.EditingControlShowing event...
2012-06-10 Steven Boswell IIFix DataGridView.SelectionChanged event firing differen...
2012-06-09 Steven Boswell IIDecrement ComboBox SelectedIndex when an item before...
2012-06-09 Zoltan VargaMerge pull request #320 from konrad-kruczynski/dyn_meth...
2012-06-09 Konrad M. KruczynskiAdded missing spaces.
2012-06-09 Konrad M. KruczynskiReduced code duplication.
2012-06-09 Konrad M. KruczynskiFix for creating dynamic method with owner being array...
2012-06-09 Steven Boswell IIDo not throw an exception when trying to remove a Combo...
2012-06-09 Steven Boswell IIFix the appearance of disabled ListBox controls
2012-06-08 Marek SafarMerge pull request #319 from pragmatrix/master
2012-06-08 Armin SanderWindowsBase: fix Rect.Union() and add Rect.Union test...
2012-06-08 Marek SafarFix some warnings
2012-06-08 Marek SafarUpdate more 4.5 api
2012-06-08 Marek SafarRemove obsolete files
2012-06-08 Marek SafarUpdate to the latest dlr
2012-06-08 Marek SafarConvert crlf to lf
2012-06-07 Marek SafarAdd missing CreateReader method
2012-06-07 Marek SafarFix some parameters names
2012-06-07 Marek SafarUpdate System.Net.Http
2012-06-07 Marek SafarClean up assembly attributes
2012-06-07 Marek SafarUpdate to the latest IKVM.Reflection
2012-06-07 Marek SafarMark some Stream members non-serialized. Fixes #5454
2012-06-07 Marek SafarFix more failing tests
2012-06-07 Marek SafarSet fixed test locale
2012-06-07 Marek SafarDisable not working test
2012-06-07 Marek SafarRemove double null check
2012-06-07 Marek SafarAdd new 4.5 api
2012-06-07 Marek SafarImplement 4.5 ArraySegment
2012-06-07 Marek SafarReformat ArraySegment test
2012-06-07 Marek SafarAdd some new 4.5 api
2012-06-07 Atsushi EnoUse non-prefixed namespace output for element when...
2012-06-07 Sebastien PouliotPropagate all errors to the (old) ICertificatePolicy...
2012-06-06 Rodrigo KumperaSparkle some debug friendly love over those serializati...
2012-06-06 Rodrigo KumperaRewrite the version tolerant serialization test suite...
2012-06-06 Marek SafarSet vts tests environment variables
2012-06-06 Marek SafarFix XmlReaderSettings::Clone
2012-06-06 Marek SafarMake XmlWriterSettingsTests .net compatible
2012-06-06 Marek SafarDon't return void result
2012-06-06 Marek SafarAdd missing dist file
2012-06-06 Martin BauligXmlResolver.GetEntityAsync().
2012-06-05 Martin BauligMore WebClient 4.5 async tests.
2012-06-05 Alex Rønne PetersenMerge pull request #316 from decriptor/master
2012-06-05 Stephen Shaw[xbuild] Fixed a typo in MSBuildUtils.cs
2012-06-05 Lluis SanchezImprove date serialization compatibility with third...
2012-06-04 Steven Boswell IIFire the DataGridView.SelectionChanged event when the...
next