New test.
[mono.git] / mono / tests / ChangeLog
index f726555e3ffde69ac5a513cf4f42edf007535a10..fd5b09ecd2ce6c51ddb67a6ad90d2d5050d3fbd5 100644 (file)
@@ -1,5 +1,231 @@
+2010-03-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (BASE_TEST_CS_SRC): Remove make-imt-test.cs, it is not a test.
+
+       * test-runner.cs: Add an option to run the tests with different optimization
+       sets.
+
+       * Makefile.am: Make it possible to run the normal+gshared tests using the managed
+       test runner by passing the M=1 option to make.
+
+2010-03-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (runtest): Save the output of the aot compiler into a file.
+
+2010-03-05  Robert Jordan  <robertj@gmx.net>
+
+       * remoting4.cs: Add test for bug #504886.
+
+2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * bug-562150.cs: Regression test.
+
+2010-03-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * Makefile.am: Renamed INSTALL_2_1 to MOONLIGHT.
+
+2010-03-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for CreateBoxedValue.
+
+2010-02-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for exception subclasses.
+
+2010-02-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for TypeMirror.EnumUnderlyingType.
+
+       * dtest.cs dtest-app.cs: Add tests for TypeMirror.IsEnum and
+       VirtualMachine.CreateEnumMirror ().
+
+2010-01-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add minimal tests for assembly unloading.
+
+2010-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * large-gc-bitmap.cs: Respect the 1Mb size limit for valuetype types.
+
+2010-01-19  Sylvain Dupont <duposyl@gmail.com>
+
+       * cominterop.cs libtest.c: Added tests for marshalling
+         in, in/byref, in/out, in/out/byref parameters of type
+         SAFEARRAY[VARIANT].
+
+       Code is contributed under MIT/X11 license.
+
+2010-01-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add a test for single stepping + out of line bblocks.
+
+       * dtest.cs: Upgrade after debugging namespace change.
+
+2010-01-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest-app.cs dtest.cs: Add tests for handling vtypes with IntPtr fields.
+
+2009-12-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * bug-561239.cs: New test for bug #561239.
+
+2009-12-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add more single stepping tests.
+
+2009-12-17  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c pinvoke2.cs: Add a test for calling pinvoke methods using calli.
+
+2009-12-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add a test for intptrs.
+
+2009-12-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a a test for invokes on not suspended threads.
+
+2009-11-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add a test for single threaded invokes + events.
+
+2009-11-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs dtest-app.cs: Add a test for single threaded invokes.
+
+2009-11-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c (mono_test_marshal_bool_in): Use 'short' as the type of the
+       variant bool argument.
+
+       * marshalbool.cs: Pass -1 as the 'expected' argument instead of 0xffff, which
+       causes sign extensions issues on some platforms.
+
+2009-11-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for AssemblyMirror.GetName ().
+
+2009-11-16  Mark Probst  <mark.probst@gmail.com>
+
+       * large-gc-bitmap.cs: New test for large GC bitmaps.
+
+       * Makefile.am: Test added.
+
+2009-11-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for stack traces in native code.
+
+2009-11-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Add a test for InvokeOptions.DisableBreakpoints.
+
+2009-11-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs: Update to latest APIs.
+
+       * generic-virtual.2.cs: Add a test for rebuilding virtual generic method
+       thunks.
+
+2009-11-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (PLATFORM_DISABLED_TESTS): Disable filter-stack.exe on ARM.
+
+2009-11-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * gen-runtime-invoke.cs: Add a test.
+
+       * invoke.cs: Convert to using the TestRunner. Remove a test which is
+       auto-generated now.
+
+2009-11-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * dtest.cs (Threads): Fix a race.
+
+2009-11-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (dcheck): New target to run the soft-debugger tests.
+
+       * dtest.cs dtest-app.cs: New files containing tests for the soft debugger.
+
+2009-11-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * thread6.cs: Add a test for 539394. Convert to using the TestRunner.
+
+2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * interface-with-static-method.il: New test for an interface with static
+       constructor.
+
+2009-10-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * gc-altstack.cs: New test.
+
+2009-10-23  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile.am (modules.exe): Depend on TestDriver.dll too.
+
+2009-10-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * libtest.c pinvoke2.cs: Add a test for #548276.
+
+2009-10-16  Bill Holmes  <billholmes54@gmail.com>
+
+       * cominterop.cs : Adding a test for 547030. 
+
+       Contributed under MIT/X11 license.
+
+2009-10-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs libtest.c: Add a test for marshalling DateTime to unmanaged code.
+
+       * Makefile.am: Fix make dist.
+
+2009-10-06  Mark Probst  <mark.probst@gmail.com>
+
+       * bug-544445.cs: New test.
+
+       * Makefile.am: Test added.
+
+2009-10-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Replace make_imt_test_.sh with a faster C# version.
+
+2009-09-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * pinvoke2.cs libtest.c: Add a test for #543133.
+
+2009-09-25  Mark Probst  <mark.probst@gmail.com>
+
+       * xdomain-threads.c: Test for checking whether Thread is correctly
+       separated between appdomains.
+
+       * Makefile.am: Test added.
+
+2009-09-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * assembly-load-stress.cs: New stress test.
+
+       * Makefile.am: Disable filter-stack.cs on ia64.
+
+       * appdomain-thread-abort.cs: Add a new test.
+
+2009-09-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * runtime-invoke.cs: Add a test for invoking string ctors. Remove tests which
+       are auto-generated now by gen-runtime-invoke.cs.
+
+2009-09-21  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * array_load_exception.il: Test for broken arrays.
+
 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
 
+       * gen-runtime-invoke.cs: New test generator for runtime invoke tests.
+
+       * Makefile.am (test-runtime-invoke): New test target.
+
+       * runtime-invoke.cs: Add more tests.
+
        * runtime-invoke.cs: Add tests for passing/receiving generic instances of
        vtypes.
 
@@ -9,7 +235,7 @@
 
 2009-09-17  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * coreclr-security.cs: Add test cases for arrays (one dimension, 
+       * coreclr-security.cs: Add test cases for arrays (one dimension,
        multidimentional and jagged) creation.
 
 2009-09-15  Mark Probst  <mark.probst@gmail.com>
 
 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
 
-       * cominterop.cs : Adding a test for invoking delegates that 
+       * cominterop.cs : Adding a test for invoking delegates that
          target COM methods.
 
        Contributed under MIT/X11 license.