New test + update.
authorMarek Safar <marek.safar@gmail.com>
Mon, 9 Oct 2006 17:00:35 +0000 (17:00 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 9 Oct 2006 17:00:35 +0000 (17:00 -0000)
svn path=/trunk/mcs/; revision=66474

1  2 
mcs/errors/cs0117-6.cs
mcs/errors/cs0118-8.cs
mcs/errors/cs1002-2.cs
mcs/errors/cs1002-3.cs
mcs/errors/known-issues-gmcs
mcs/errors/known-issues-mcs

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c9ad9b03c584a5852d19e46daaa8af6d092b693a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,12 @@@
++// CS0117: `string' does not contain a definition for `Parse'
++// Line: 10
++\r
++using System;\r
++\r
++class string_parse\r
++{\r
++      public static void Main ()\r
++      {\r
++              string drawBackLabel = string.Parse("absDrawBack");\r
++      }\r
++}
diff --cc mcs/errors/cs0118-8.cs
index 4a9d790531d730da7a40acbe7360ea497e3c7ca6,4a9d790531d730da7a40acbe7360ea497e3c7ca6..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,11 -1,11 +1,0 @@@
--// cs0118-8.cs:
--// Line: 9
--
--class D {
--      static int a = 1;
--      static int b = 2;
--      static int Main ()
--      {
--              return (a << 1) ~ (b);  
--      }
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..a0d4c8e1244a0b5084c5021517c9fa53a2ef2ff5
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,13 @@@
++// Cs1002: Expecting `;'\r
++// Line: 10\r
++\r
++public class C\r
++{\r
++      public void Foo ()\r
++      {\r
++                      string returnValue = null;\r
++              \r
++                      returnValue += (1+3)\r
++                      returnValue += ("");                            \r
++      }\r
++}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2f866132b07ac1162eb29e1a33aa4582d5d5f8ea
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,11 @@@
++// Cs1002: Expecting `;'
++// Line: 9
++
++class D {
++      static int a = 1;
++      static int b = 2;
++      static int Main ()
++      {
++              return (a << 1) ~ (b);  
++      }
++}
index 85cfa8de2dce6c61cbb39d7b6703611dd4a5accf,85cfa8de2dce6c61cbb39d7b6703611dd4a5accf..616d4e1644368f2240e831015c039e0d4621631f
@@@ -11,7 -11,7 +11,6 @@@
  # csXXXX.cs NO ERROR  : error test case doesn't report any error. An exception is considered
  #                       as NO ERROR and CS5001 is automatically ignored.
  
--cs0118-8.cs NO ERROR
  cs0162-7.cs NO ERROR
  cs0525.cs
  cs0526.cs
index 29b68eb3e305883ad6bed8bbaca0033fb0fb9ed4,29b68eb3e305883ad6bed8bbaca0033fb0fb9ed4..136a539f7159dac223ec3f8e91a5417ef7af312d
@@@ -11,7 -11,7 +11,6 @@@
  # csXXXX.cs NO ERROR  : error test case doesn't report any error. An exception is considered
  #                       as NO ERROR and CS5001 is automatically ignored.
  
--cs0118-8.cs NO ERROR
  cs0162-7.cs NO ERROR
  cs0525.cs
  cs0526.cs