Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/ChangeLog')
-rwxr-xr-xmcs/tests/ChangeLog415
1 files changed, 0 insertions, 415 deletions
diff --git a/mcs/tests/ChangeLog b/mcs/tests/ChangeLog
deleted file mode 100755
index 2cda7167c38..00000000000
--- a/mcs/tests/ChangeLog
+++ /dev/null
@@ -1,415 +0,0 @@
-2002-06-25 Andrew Birkett <adb@tardis.ed.ac.uk>
-
- * makefile: The following tests fail under linux and have been
- moved to TEST_NOPASS: 40, 45, 52, 53, 91, 106, 107, 122, 132, 133
-
- Windows-specific tests have been extracted, and are now run by the
- test-windows rule (it'll be run under linux but fail)
-
- The output format has been made less noisy, and is basically the
- same as the tests in mcs/errors - like "Running test-1 ... OK".
-
-2002-06-13 Ravi Pratap <ravi@ximian.com>
-
- * test-131.cs : Add to test enum member attribute application.
-
-2002-06-10 Rachel Hestilow <hestilow@ximian.com>
-
- * unsafe-3.cs: New test for address-of-pointer.
-
-2002-06-09 Martin Baulig <martin@gnome.org>
-
- * test-130.cs: New test for constants and casts.
-
-2002-06-09 Martin Baulig <martin@gnome.org>
-
- * test-129.cs: New test for unary minus.
-
-2002-06-08 Ravi Pratap <ravi@ximian.com>
-
- * test-128.cs : Add. This ensures we apply attributes to accessors
- of events and properties.
-
-2002-06-08 Martin Baulig <martin@gnome.org>
-
- * test-127.cs: New test for Enum.IsDefined().
-
-2002-05-24 Ravi Pratap <ravi@ximian.com>
-
- * test-124.cs, test-125.cs : Add.
-
- * makefile : update.
-
-2002-05-11 Miguel de Icaza <miguel@ximian.com>
-
- * test-49.cs: Improve test.
-
-Wed May 8 16:48:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
-
- * test-118.cs: test alternate type lookup for attributes.
-
-2002-05-07 Ravi Pratap <ravi@ximian.com>
-
- * test-117.cs : Add.
-
-2002-05-05 Miguel de Icaza <miguel@ximian.com>
-
- * test-28.cs: Improved test: before we were failing on abstract
- indexers invoked in the same class (as the accessor would have no
- body).
-
-2002-05-02 Ravi Pratap <ravi@ximian.com>
-
- * test-113.cs : Another test for overload resolution ;-)
-
- * test-114.cs : Add.
-
-2002-04-28 Miguel de Icaza <miguel@ximian.com>
-
- * test-108.cs: Improve test
-
-2002-04-26 Ravi Pratap <ravi@ximian.com>
-
- * test-105.cs, test-106.cs, test-107.cs : Add.
-
-2002-04-22 Ravi Pratap <ravi@ximian.com>
-
- * test-104.cs : Another overload resolution test !
-
-2002-04-05 Ravi Pratap <ravi@ximian.com>
-
- * test-101.cs : Add test from Paolo.
-
- * test-102.cs : Another test for attribute emission.
-
-2002-04-05 Ravi Pratap <ravi@ximian.com>
-
- * test-90.cs : Fix bug where we had no class !
-
- * test-96.cs : Here too !
-
- * test-98.cs : Supply a missing Main.
-
-2002-03-27 Miguel de Icaza <miguel@ximian.com>
-
- * test-18.cs: Augment test with the multi-flow try/catch.
-
-2002-03-21 Miguel de Icaza <miguel@ximian.com>
-
- * test-49.cs: Improved test to excerise the coverage.
-
-2002-03-13 Ravi Pratap <ravi@ximian.com>
-
- * test-86.cs : Add. This is to check for correct overload resolution
- with a null literal.
-
-2002-03-07 Ravi Pratap <ravi@ximian.com>
-
- * test-82.cs : Add.
-
-2002-03-07 Miguel de Icaza <miguel@ximian.com>
-
- * test-52.cs: Expanded test to cover more cases of foreach.
-
-2002-03-05 Ravi Pratap <ravi@ximian.com>
-
- * test-81.cs : Add.
-
- * makefile : Update accordingly as this test passes.
-
-2002-02-20 Miguel de Icaza <miguel@ximian.com>
-
- * unsafe-1.cs: Extend test.
-
-2002-01-18 Miguel de Icaza <miguel@ximian.com>
-
- * test-7.cs: Fix test (i.i wsa invalid)
-
-2002-01-18 Nick Drochak <ndrochak@gol.com>
-
- * makefile: remove path to beta2 csc.exe. path to csc.exe must be in PATH instead.
-
-2002-01-13 Ravi Pratap <ravi@ximian.com>
-
- * test-58.cs : Since it was a duplicate, replace with unsafe
- code testing.
-
-2002-01-08 Miguel de Icaza <miguel@ximian.com>
-
- * test-34.cs: Improve this test to check ref/ref cases.
-
-2002-01-02 Ravi Pratap <ravi@ximian.com>
-
- * test-45.cs : Augment to exercise support for array initialization
- for various other types.
-
-2001-12-30 Miguel de Icaza <miguel@ximian.com>
-
- * test-67.cs: Improve this test.
-
-2001-12-29 Ravi Pratap <ravi@ximian.com>
-
- * test-69.cs : Add. This tests support for methods which are
- internal calls.
-
-2001-12-28 Ravi Pratap <ravi@ximian.com>
-
- * test-34.cs : Update to exercise the new overload resolution
- code.
-
-2001-12-26 Ravi Pratap <ravi@ximian.com>
-
- * test-67.cs : Add. These are tests for explicit layout
- of structs and classes.
-
- * makefile : Update accordingly.
-
-2001-12-25 Ravi Pratap <ravi@ximian.com>
-
- * test-57.cs : Update to exercise more of the code base for
- events.
-
-2001-12-24 Ravi Pratap <ravi@ximian.com>
-
- * test-19.cs : Augment to exercise tests on delegates
- defined in mscorlib.
-
- * test-57.cs : Update to exercise the -= operator
- as well.
-
-2001-12-23 Ravi Pratap <ravi@ximian.com>
-
- * test-57.cs : Update.
-
- * makefile : Update to include the above as it passes nicely.
-
-2001-12-21 Ravi Pratap <ravi@ximian.com>
-
- * test-19.cs : Augment to exercise code which fixed the bug
- where we were not generating a This for the delegate's
- instance expression - for the non-static methods ie.
-
-2001-12-15 Miguel de Icaza <miguel@ximian.com>
-
- * test-45.cs: Make test also use variables as arguments to new;
- We used to have a bug in the compiler that did not resolve some of
- the arguments.
-
-2001-12-15 Ravi Pratap <ravi@ximian.com>
-
- * makefile : Include test-52.cs in the suite, it works fine!
-
- (NO_PASS): It's test-51 which doesn't seem to pass.
-
- * test-50.cs : Augment some more to set named arguments on
- the DllImport attribute.
-
- * test-57.cs : Add. This tests support for Events and does not
- pass yet.
-
-2001-12-14 Ravi Pratap <ravi@ximian.com>
-
- * test-45.cs : Update for float and double initialization.
-
-2001-12-13 Miguel de Icaza <miguel@ximian.com>
-
- * makefile (test-30): Another test moved to the `pass' section.
- This is explicit interface implementation.
-
- (test-54): returning from catch exceptions has been working for
- some time now.
-
-2001-12-09 Radek Doulik <rodo@ximian.com>
-
- * makefile (TEST_SOURCES): added test-55 for using alias directive
-
-2001-12-06 Dietmar Maurer <dietmar@ximian.com>
-
- * makefile: added new target test-jit
-
-2001-12-04 Ravi Pratap <ravi@ximian.com>
-
- * makefile : Update to include test 50 as it now passes.
-
-2001-12-04 Ravi Pratap <ravi@ximian.com>
-
- * test-45.cs : Update for string initialization tests.
-
-2001-12-03 Miguel de Icaza <miguel@ximian.com>
-
- * test-49.cs: Updated to test `goto default'
-
- * test-43.cs: Test break and continue here.
-
- * gen-cast-test.cs: Improved cast test generator.
-
-2001-12-03 Ravi Pratap <ravi@ximian.com>
-
- * test-50.cs : Add. This does not pass yet.
-
-2001-12-02 Ravi Pratap <ravi@ximian.com>
-
- * test-40.cs : Update to now test recursive definitions with
- constants hooked up.
-
-2001-12-01 Ravi Pratap <ravi@ximian.com>
-
- * test-40.cs : Update to do recursive enumeration definition.
-
-2001-11-28 Ravi Pratap <ravi@ximian.com>
-
- * test-48.cs : Add for constant emission tests.
-
- * makefile : Update for the above as it passes nicely :-)
-
-2001-11-22 Ravi Pratap <ravi@ximian.com>
-
- * test-45.cs : Augment some more to test shorthand declaration
- of variables/fields that are array types.
-
-2001-11-20 Ravi Pratap <ravi@ximian.com>
-
- * test-45.cs : Add for array initialization testing.
-
-2001-11-16 Miguel de Icaza <miguel@ximian.com>
-
- * test-34.cs: Improve this test to check if we are actually
- walking over the arguments in foreach.
-
-2001-11-15 Ravi Pratap <ravi@ximian.com>
-
- * makefile : Update to include test-33 again. All tests
- pass again !
-
-2001-11-13 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Re-write to make the tests more robust.
-
-2001-11-12 Ravi Pratap <ravi@ximian.com>
-
- * test-39.cs : Update to test named arguments too.
-
-2001-11-11 Ravi Pratap <ravi@ximian.com>
-
- * test-40.cs : Update to be a little more useful.
-
-2001-11-08 Ravi Pratap <ravi@ximian.com>
-
- * test-39.cs : Add
-
- * test-40.cs : Add
-
- * makefile : Modify to include the above as they pass all tests.
-
-2001-10-31 Ravi Pratap <ravi@ximian.com>
-
- * test-34.cs : Add
-
-2001-10-28 Ravi Pratap <ravi@ximian.com>
-
- * test-32.cs : Added to test array definition and creation.
-
- * makefile : Updated accordingly.
-
-2001-10-22 Ravi Pratap <ravi@ximian.com>
-
- * makefile : New target 'verify' which uses the verifier to check
- that executables produced by us are identical to the MSC produced ones.
-
- * test-7.cs : Update to exercise more overloadable operators.
-
-2001-10-21 Ravi Pratap <ravi@ximian.com>
-
- * test-27.cs : Add to do various implicit and explicit
- reference conversions.
-
- * makefile : Update accordingly.
-
-2001-10-18 Ravi Pratap <ravi@ximian.com>
-
- * test-26.cs : Update to test delegate creation from another
- delegate.
-
-2001-10-17 Ravi Pratap <ravi@ximian.com>
-
- * test-26.cs : Added to demonstrate delegate support.
-
-2001-10-16 Miguel de Icaza <miguel@ximian.com>
-
- * test-25.cs: Added new test to excercise break/continue on
- various loop constructs.
-
- * test-24.cs: Test property use in expression and statement
- contexts.
-
-2001-10-14 Miguel de Icaza <miguel@ximian.com>
-
- * test-23.cs: Added new test for properties.
-
-2001-10-12 Ravi Pratap <ravi@ximian.com>
-
- * test-21.cs : Update to actually do some checking and return
- an appropriate value.
-
-2001-10-11 Ravi Pratap <ravi@ximian.com>
-
- * test-21.cs : Add. This is a test for testing our support
- for nested types
-
-2001-10-05 Ravi Pratap <ravi@ximian.com>
-
- * test-16.cs : Update to exercise the code which selects the best
- conversion operator based on "most encompassing/encompassed type"
-
- * test-7.cs : Update here too.
-
-2001-10-05 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Update to do explicit conversion tests.
-
- * makefile : small fix.
-
-2001-10-03 Ravi Pratap <ravi@ximian.com>
-
- * test-16.cs : Update to make the test more correct.
-
-2001-10-03 Ravi Pratap <ravi@ximian.com>
-
- * test-16.cs : Add.
-
- * makefile : update accordingly.
-
-2001-10-02 Miguel de Icaza <miguel@ximian.com>
-
- * makefile (test-compiler): Add rm *.exe before launching tests.
-
-2001-10-02 Ravi Pratap <ravi@ximian.com>
-
- * test-13.cs : Added.
-
- * makefile : update accordingly.
-
-2001-09-27 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Revamp and add more operator tests. Still in progress.
-
- * test-9,10.cs : Added by Miguel earlier.
-
-2001-09-26 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Update to return an exit code
-
- * test-8.cs : Added by Miguel.
-
-2001-09-25 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Update to include implicit conversion tests.
-
-2001-09-21 Ravi Pratap <ravi@ximian.com>
-
- * test-7.cs : Add.
-
-2001-09-21 Miguel de Icaza <miguel@ximian.com>
-
- * makefile (test-compiler): Abort tests on failure.
-