Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@ -387,9 +387,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromDom_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -428,9 +425,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromDomBatch_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -469,9 +463,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromFile_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -510,9 +501,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromFileBatch_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -551,9 +539,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromSource_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -592,9 +577,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void FromSourceBatch_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();
@ -618,9 +600,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
[Test]
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
[ExpectedException (typeof (SecurityException))]
#if ONLY_1_1
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
public void GetResponseFileCmdArgs_Deny_Environment ()
{
CodeCompilerTest cc = new CodeCompilerTest ();