| Newsgroups |
gmane.comp.gnome.mono.patches |
| Message-ID |
<00000141ebf2d65d-4abfe89a-9d6d-463a-8e25-0a6c01e00726-000000@email.amazonses.com> |
Branch: refs/heads/debuggerTests
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/161736017e67...27c386061e9a
Commit: 27c386061e9a5ffc3f225f69750acb1cb4b120fa
Author: Therzok <[email protected]> (Therzok)
Date: 2013-10-24 19:28:53 GMT
URL: https://github.com/mono/monodevelop/commit/27c386061e9a5ffc3f225f69750acb1cb4b120fa
[Debugger] Enable CorDebugger tests.
Changed paths:
M main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/MonoDevelop.Debugger.Tests.csproj
Added paths:
A main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/CorEvaluationTests.cs
A main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/CorStackFrameTests.cs
Added: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/CorEvaluationTests.cs
===================================================================
@@ -0,0 +1,39 @@
+//
+// CorEvaluationTests.cs
+//
+// Author:
+// Therzok <[email protected]>
+//
+// Copyright (c) 2013 Xamarin Inc.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+using NUnit.Framework;
+
+namespace MonoDevelop.Debugger.Tests.Win32
+{
+ [TestFixture]
+ public class CorEvaluationTests: EvaluationTests
+ {
+ public CorEvaluationTests (): base ("MonoDevelop.Debugger.Win32")
+ {
+ }
+ }
+}
+
Added: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/CorStackFrameTests.cs
===================================================================
@@ -0,0 +1,38 @@
+//
+// CorStackFrametests.cs
+//
+// Author:
+// Therzok <[email protected]>
+//
+// Copyright (c) 2013 Xamarin Inc.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using NUnit.Framework;
+
+namespace MonoDevelop.Debugger.Tests.Win32
+{
+ [TestFixture]
+ public class CorStackFrameTests : StackFrameTests
+ {
+ public CorStackFrameTests (): base ("MonoDevelop.Debugger.Win32")
+ {
+ }
+ }
+}
+
Modified: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/MonoDevelop.Debugger.Tests.csproj
===================================================================
@@ -43,6 +43,8 @@
<Compile Include="StackFrameTests.cs" />
<Compile Include="MdbStackFrameTests.cs" />
<Compile Include="SdbStackFrameTests.cs" />
+ <Compile Include="CorEvaluationTests.cs" />
+ <Compile Include="CorStackFrameTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MonoDevelop.Debugger.csproj">
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches