Revert ordering of compiler tests
authorMarek Safar <marek.safar@gmail.com>
Tue, 7 Dec 2010 22:58:06 +0000 (22:58 +0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 7 Dec 2010 22:58:06 +0000 (22:58 +0000)
mcs/tools/compiler-tester/compiler-tester.cs

index e01181bf57fd4edb58d548bcb2bc16fb71000331..4ef1b338677ee8bdd1cd8ca8d5fe35f3099c2c8a 100644 (file)
@@ -1385,7 +1385,7 @@ namespace TestRunner {
                        }
 
                        checker.Initialize ();
-
+/*
                        files.Sort ((a, b) => {
                                if (a.EndsWith ("-lib.cs", StringComparison.Ordinal)) {
                                        if (!b.EndsWith ("-lib.cs", StringComparison.Ordinal))
@@ -1397,7 +1397,7 @@ namespace TestRunner {
 
                                return a.CompareTo (b);
                        });
-
+*/
                        foreach (string s in files) {
                                string filename = Path.GetFileName (s);
                                if (Char.IsUpper (filename, 0)) { // Windows hack