Created
February 16, 2016 05:38
-
-
Save latkin/77e2634695383654e913 to your computer and use it in GitHub Desktop.
FCS test failures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tests run: 373, Errors: 2, Failures: 14, Inconclusive: 0, Time: 52.2401067584539 seconds | |
Not run: 8, Invalid: 0, Ignored: 8, Skipped: 0 | |
Errors and Failures: | |
1) Test Error : FSharp.Compiler.Service.Tests.ExprTests.Check use of type provider that provides calls to F# code | |
System.Exception : Build was not evaluated, expcted the results to be ready after 'Eval'. | |
at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | |
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | |
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | |
at FSharp.Compiler.Service.Tests.ExprTests.Check use of type provider that provides calls to F# code() in C:\src\FSharp.Compiler.Service\tests\service\ExprTests.fs:line 693 | |
2) Test Error : FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Type provider project references should not throw exceptions | |
System.Exception : The file 'C:\src\FSharp.Compiler.Service\tests\service/data/TypeProviderConsole/Program.fs' was not part of the project. Did you call InvalidateConfiguration when the list of files in the project changed? | |
at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | |
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | |
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | |
at FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Type provider project references should not throw exceptions() in C:\src\FSharp.Compiler.Service\tests\service\MultiProjectAnalysisTests.fs:line 745 | |
3) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Exe with a PCL reference | |
Expected: collection containing "FSharp.Core.dll" | |
But was: <empty> | |
at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Exe with a PCL reference() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 370 | |
4) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Logging | |
Expected: String containing "Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"." | |
But was: "Microsoft.Build.Exceptions.InvalidProjectFileException: The value "" of the "Project" attribute in element <Import> is invalid. Parameter "path" cannot have zero length. | |
at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object[] args) | |
at Microsoft.Build.Shared.ProjectErrorUtilities.VerifyThrowInvalidProject(Boolean condition, String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object arg0, Object arg1, Object arg2, Object arg3) | |
at Microsoft.Build.Evaluation.Evaluator`4.ExpandAndLoadImports(String directoryOfImportingFile, String importExpressionEscaped, ProjectImportElement importElement) | |
at Microsoft.Build.Evaluation.Evaluator`4.EvaluateImportElement(String directoryOfImportingFile, ProjectImportElement importElement) | |
at Microsoft.Build.Evaluation.Evaluator`4.PerformDepthFirstPass(ProjectRootElement currentProjectOrImport) | |
at Microsoft.Build.Evaluation.Evaluator`4.Evaluate() | |
at Microsoft.Build.Evaluation.Evaluator`4.Evaluate(IEvaluatorData`4 data, ProjectRootElement root, ProjectLoadSettings loadSettings, Int32 maxNodeCount, PropertyDictionary`1 environmentProperties, ILoggingService loggingService, IItemFactory`2 itemFactory, IToolsetProvider toolsetProvider, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, ProjectInstance projectInstanceIfAnyForDebuggerOnly) | |
at Microsoft.Build.Evaluation.Project.ReevaluateIfNecessary(ILoggingService loggingServiceForEvaluation) | |
at Microsoft.Build.Evaluation.Project.Initialize(IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectLoadSettings loadSettings) | |
at Microsoft.Build.Evaluation.Project..ctor(XmlReader xmlReader, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.projectInstanceFromFullPath@139(FSharpProjectFileInfo this, ProjectCollection engine, String fsprojFullPath) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 143 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.FSharpProjectFileInfo.CrackProjectUsingNewBuildAPI(String fsprojFile) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 156 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.FSharpProjectFileInfo..ctor(String fsprojFileName, FSharpOption`1 properties, FSharpOption`1 enableLogging) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 205 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.getOptions@376(Boolean enableLogging, FSharpList`1 properties, String file) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 377 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.getOptions(String file, Boolean enableLogging, FSharpList`1 properties) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 376 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.main(String[] argv) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 447" | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Logging() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 208 | |
5) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- multi language project | |
Expected: property Length equal to 1 | |
But was: 0 | |
at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- multi language project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 232 | |
6) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile259 project | |
Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "System.Collections.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; | |
"System.Core.dll"; "System.Diagnostics.Contracts.dll"; | |
"System.Diagnostics.Debug.dll"; "System.Diagnostics.Tools.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile259 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 336 | |
7) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile7 project | |
Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "Microsoft.VisualBasic.dll"; | |
"System.Collections.Concurrent.dll"; "System.Collections.dll"; | |
"System.ComponentModel.Annotations.dll"; | |
"System.ComponentModel.DataAnnotations.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile7 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 249 | |
8) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile78 project | |
Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "System.Collections.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; | |
"System.Core.dll"; "System.Diagnostics.Contracts.dll"; | |
"System.Diagnostics.Debug.dll"; "System.Diagnostics.Tools.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile78 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 297 | |
9) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- project file contains project reference to out-of-solution project and is used in debug mode | |
Expected: collection containing <(TestTP.dll, Debug)> | |
But was: <empty> | |
at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
10) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- project file contains project reference to out-of-solution project and is used in release mode | |
Expected: collection containing <(TestTP.dll, Release)> | |
But was: <empty> | |
at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
11) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Tools Version 12 | |
Expected: "Found 'System.Core.dll'" | |
Actual: "Failed to find 'System.Core.dll'" | |
Expected string length 23 but was 32. Strings differ at index 1. | |
Expected: "Found 'System.Core.dll'" | |
But was: "Failed to find 'System.Core.dll'" | |
------------^ | |
12) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default Configuration | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default Configuration() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 43 | |
13) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default configuration relative path | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default configuration relative path() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 69 | |
14) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Release Configuration | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Release Configuration() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 58 | |
15) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78 | |
Expected: "Found '--targetprofile:netcore'" | |
Actual: "Failed to find '--targetprofile:netcore'" | |
Expected string length 31 but was 40. Strings differ at index 1. | |
Expected: "Found '--targetprofile:netcore'" | |
But was: "Failed to find '--targetprofile:netcore'" | |
------------^ | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 97 | |
16) Test Failure : FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing VS2013_FSharp_Portable_Library_net45 | |
Expected: "Found '--targetprofile:netcore'" | |
Actual: "Failed to find '--targetprofile:netcore'" | |
Expected string length 31 but was 40. Strings differ at index 1. | |
Expected: "Found '--targetprofile:netcore'" | |
But was: "Failed to find '--targetprofile:netcore'" | |
------------^ | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing VS2013_FSharp_Portable_Library_net45() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 83 | |
Tests Not Run: | |
1) Ignored : FSharp.Compiler.Service.Tests.Editor.Find function from member 1 | |
Currently failing, see #139 | |
2) Ignored : FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 1 | |
Currently failing, see #139 | |
3) Ignored : FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 4 | |
Failing test for #135 | |
4) Ignored : FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 should not throw exceptions on entities from referenced assemblies | |
FCS should not throw exceptions on FSharpEntity.BaseType | |
5) Ignored : FSharp.Compiler.Service.Tests.Editor.Find function from member 1 | |
Currently failing, see #139 | |
6) Ignored : FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 1 | |
Currently failing, see #139 | |
7) Ignored : FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 4 | |
Failing test for #135 | |
8) Ignored : FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 should not throw exceptions on entities from referenced assemblies | |
FCS should not throw exceptions on FSharpEntity.BaseType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" standalone="no"?> | |
<!--This file represents the results of running a test suite--> | |
<test-results name="C:\src\FSharp.Compiler.Service\bin\v4.0\FSharp.Compiler.Service.Tests.dll" total="373" errors="2" failures="14" not-run="8" inconclusive="0" ignored="8" skipped="0" invalid="0" date="2016-02-15" time="21:36:11"> | |
<environment nunit-version="2.6.3.13283" clr-version="2.0.50727.8670" os-version="Microsoft Windows NT 6.2.9200.0" platform="Win32NT" cwd="C:\src\FSharp.Compiler.Service" machine-name="LINCOLN-PC" user="lincoln" user-domain="LINCOLN-PC" /> | |
<culture-info current-culture="en-US" current-uiculture="en-US" /> | |
<test-suite type="Test Project" name="" executed="True" result="Failure" success="False" time="112.439" asserts="0"> | |
<results> | |
<test-suite type="Assembly" name="C:\src\FSharp.Compiler.Service\bin\v4.0\FSharp.Compiler.Service.Tests.dll" executed="True" result="Success" success="True" time="52.240" asserts="0"> | |
<results> | |
<test-suite type="TestFixture" name="FileSystemTests" executed="True" result="Success" success="True" time="2.225" asserts="0"> | |
<results> | |
<test-case name="FileSystemTests.FileSystem compilation test" executed="True" result="Success" success="True" time="2.218" asserts="4" /> | |
</results> | |
</test-suite> | |
<test-suite type="Namespace" name="FSharp" executed="True" result="Success" success="True" time="49.997" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Compiler" executed="True" result="Success" success="True" time="49.997" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Service" executed="True" result="Success" success="True" time="49.996" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Tests" executed="True" result="Success" success="True" time="49.996" asserts="0"> | |
<results> | |
<test-suite type="TestFixture" name="CSharpProjectAnalysis" executed="True" result="Success" success="True" time="0.756" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that csharp references are recognized as such" executed="True" result="Success" success="True" time="0.544" asserts="21" /> | |
<test-case name="FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that symbols of csharp inner classes/enums are reported" executed="True" result="Success" success="True" time="0.204" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="Editor" executed="True" result="Success" success="True" time="2.229" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Expression typing test" executed="True" result="Success" success="True" time="0.508" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from member 1" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Currently failing, see #139]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from member 2" executed="True" result="Success" success="True" time="0.614" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from var" executed="True" result="Success" success="True" time="0.132" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.GetMethodsAsSymbols should return all overloads of a method as FSharpSymbolUse" executed="True" result="Success" success="True" time="0.169" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Intro test" executed="True" result="Success" success="True" time="0.247" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for regular and verbatim strings" executed="True" result="Success" success="True" time="0.076" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for triple-quote strings" executed="True" result="Success" success="True" time="0.018" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for user-defined functions" executed="True" result="Success" success="True" time="0.035" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.should not report format specifiers for illformed format strings" executed="True" result="Success" success="True" time="0.017" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Single case discreminated union type definition" executed="True" result="Success" success="True" time="0.126" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 1" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Currently failing, see #139]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 2" executed="True" result="Success" success="True" time="0.034" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from var" executed="True" result="Success" success="True" time="0.029" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbols basic test" executed="True" result="Success" success="True" time="0.068" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbols many tests" executed="True" result="Success" success="True" time="0.041" asserts="38" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Synthetic symbols should not be reported" executed="True" result="Success" success="True" time="0.063" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="ExprTests" executed="True" result="Success" success="True" time="0.873" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.ExprTests.Test Declarations project1" executed="True" result="Success" success="True" time="0.768" asserts="5" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ExprTests.Test expressions of declarations stress big expressions" executed="True" result="Success" success="True" time="0.087" asserts="2" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="FscTests" executed="True" result="Success" success="True" time="3.403" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.1. PEVerifier sanity check" executed="True" result="Success" success="True" time="0.694" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.2. Simple FSC library test" executed="True" result="Success" success="True" time="1.152" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.3. Simple FSC executable test" executed="True" result="Success" success="True" time="0.325" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.4. Compile from simple AST" executed="True" result="Success" success="True" time="0.320" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.5. Compile from AST with explicit assembly reference" executed="True" result="Success" success="True" time="0.709" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.Check cols are indexed by 1" executed="True" result="Success" success="True" time="0.084" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.Check line nos are indexed by 1" executed="True" result="Success" success="True" time="0.075" asserts="2" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="FsiTests" executed="True" result="Success" success="True" time="16.798" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Bad arguments to session creation 1" executed="True" result="Success" success="True" time="0.840" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Bad arguments to session creation 2" executed="True" result="Success" success="True" time="0.003" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Disposing interactive session (collectible)" executed="True" result="Success" success="True" time="15.365" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test" executed="True" result="Success" success="True" time="0.051" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test 2" executed="True" result="Success" success="True" time="0.014" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test 2 non throwing" executed="True" result="Success" success="True" time="0.011" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 1" executed="True" result="Success" success="True" time="0.046" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 2" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 3" executed="True" result="Success" success="True" time="0.011" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 4" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Failing test for #135]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression parse failure" executed="True" result="Success" success="True" time="0.007" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression parse failure nothrow" executed="True" result="Success" success="True" time="0.010" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression runtime failure" executed="True" result="Success" success="True" time="0.038" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression test 1" executed="True" result="Success" success="True" time="0.006" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression test 1 nothrow" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression typecheck failure" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression typecheck failure nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction parse failure" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction parse failure nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction runtime failure" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction runtime failure nothrow" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction typecheck failure" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction typecheck failure nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalScript accepts paths verbatim" executed="True" result="Success" success="True" time="0.005" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalScript accepts paths verbatim nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.interactive session events" executed="True" result="Success" success="True" time="0.252" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.ParseAndCheckInteraction test 1" executed="True" result="Success" success="True" time="0.028" asserts="5" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.PartialAssemblySignatureUpdated test" executed="True" result="Success" success="True" time="0.006" asserts="3" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="InteractiveChecker" executed="True" result="Success" success="True" time="0.221" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - global namespace" executed="True" result="Success" success="True" time="0.072" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - module" executed="True" result="Success" success="True" time="0.071" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - namespace" executed="True" result="Success" success="True" time="0.070" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="MultiProjectAnalysisTests" executed="True" result="Success" success="True" time="20.848" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test active patterns' XmlDocSig declared in referenced projects" executed="True" result="Success" success="True" time="0.418" asserts="8" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest all symbols" executed="True" result="Success" success="True" time="4.406" asserts="12000" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest basic" executed="True" result="Success" success="True" time="0.012" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest whole project errors" executed="True" result="Success" success="True" time="0.008" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test max memory gets triggered" executed="True" result="Success" success="True" time="0.103" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 all symbols" executed="True" result="Success" success="True" time="0.051" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 2 all symbols" executed="True" result="Success" success="True" time="0.041" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 3 whole project errors" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project symbols should pick up changes in dependent projects" executed="True" result="Success" success="True" time="3.098" asserts="18" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project2 errors" executed="True" result="Success" success="True" time="0.002" asserts="2" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="PerfTests" executed="True" result="Success" success="True" time="0.083" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.PerfTests.Test request for parse and check doesn't check whole project" executed="True" result="Success" success="True" time="0.079" asserts="16" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="ProjectAnalysisTests" executed="True" result="Success" success="True" time="4.687" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test complete active patterns' exact ranges from uses of symbols" executed="True" result="Success" success="True" time="0.611" asserts="18" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test file explicit parse all symbols" executed="True" result="Success" success="True" time="0.115" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test file explicit parse symbols" executed="True" result="Success" success="True" time="0.020" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test partial active patterns' exact ranges from uses of symbols" executed="True" result="Success" success="True" time="0.008" asserts="10" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 5 all symbols" executed="True" result="Success" success="True" time="0.044" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 6 all symbols" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 7 all symbols" executed="True" result="Success" success="True" time="0.017" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 8 all symbols" executed="True" result="Success" success="True" time="0.039" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 9 all symbols" executed="True" result="Success" success="True" time="0.042" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all symbols" executed="True" result="Success" success="True" time="0.118" asserts="111" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all symbols excluding compiler generated" executed="True" result="Success" success="True" time="0.007" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.031" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all uses of all symbols" executed="True" result="Success" success="True" time="0.029" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 basic" executed="True" result="Success" success="True" time="0.008" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project1 should have protected FullName and TryFullName return same results" executed="True" result="Success" success="True" time="0.320" asserts="2892" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 should not throw exceptions on entities from referenced assemblies" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[FCS should not throw exceptions on FSharpEntity.BaseType]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 whole project errors" executed="True" result="Success" success="True" time="0.002" asserts="7" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 xxx symbols" executed="True" result="Success" success="True" time="0.022" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project10 all symbols" executed="True" result="Success" success="True" time="0.025" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project10 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project11 all symbols" executed="True" result="Success" success="True" time="0.037" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project11 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project12 all symbols" executed="True" result="Success" success="True" time="0.102" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project12 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project13 all symbols" executed="True" result="Success" success="True" time="0.054" asserts="90" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project13 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project14 all symbols" executed="True" result="Success" success="True" time="0.029" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project14 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project15 all symbols" executed="True" result="Success" success="True" time="0.016" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project15 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 all symbols" executed="True" result="Success" success="True" time="0.168" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 sig symbols are equal to impl symbols" executed="True" result="Success" success="True" time="0.019" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project17 all symbols" executed="True" result="Success" success="True" time="0.056" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project17 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project18 all symbols" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project18 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project19 all symbols" executed="True" result="Success" success="True" time="0.037" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project19 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all symbols in signature" executed="True" result="Success" success="True" time="0.023" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.017" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all uses of all symbols" executed="True" result="Success" success="True" time="0.019" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project20 all symbols" executed="True" result="Success" success="True" time="0.010" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project20 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project21 all symbols" executed="True" result="Success" success="True" time="0.031" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project21 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 IList contents" executed="True" result="Success" success="True" time="0.046" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 IList properties" executed="True" result="Success" success="True" time="0.002" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 extension properties' getters/setters should refer to the correct declaring entities" executed="True" result="Success" success="True" time="0.024" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 property" executed="True" result="Success" success="True" time="0.022" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project24 all symbols" executed="True" result="Success" success="True" time="0.112" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project24 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project25 whole project errors" executed="True" result="Success" success="True" time="0.777" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project26 parameter symbols" executed="True" result="Success" success="True" time="0.046" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project26 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project27 all symbols in signature" executed="True" result="Success" success="True" time="0.015" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project27 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project28 all symbols in signature" executed="True" result="Success" success="True" time="0.055" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project29 event symbols" executed="True" result="Success" success="True" time="0.019" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project29 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 all symbols in signature" executed="True" result="Success" success="True" time="0.082" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.072" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 basic" executed="True" result="Success" success="True" time="0.006" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project30 Format attributes" executed="True" result="Success" success="True" time="0.023" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 C# method attributes" executed="True" result="Success" success="True" time="0.038" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 C# type attributes" executed="True" result="Success" success="True" time="0.009" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 Format C# method attributes" executed="True" result="Success" success="True" time="0.012" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 Format C# type attributes" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 should be able to find impl symbols" executed="True" result="Success" success="True" time="0.017" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 should be able to find sig symbols" executed="True" result="Success" success="True" time="0.006" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project33 extension methods" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project33 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project34 should report correct accessibility for System.Data.Listeners" executed="True" result="Success" success="True" time="0.082" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project34 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project35 CurriedParameterGroups should be available for nested functions" executed="True" result="Success" success="True" time="0.017" asserts="8" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project35b Dependency files" executed="True" result="Success" success="True" time="0.057" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.IsBaseValue" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.IsConstructorThisValue & IsMemberThisValue" executed="True" result="Success" success="True" time="0.003" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.LiteralValue" executed="True" result="Success" success="True" time="0.001" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project37 typeof and arrays in attribute constructor arguments" executed="True" result="Success" success="True" time="0.009" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project38 abstract slot information" executed="True" result="Success" success="True" time="0.018" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project39 all symbols" executed="True" result="Success" success="True" time="0.039" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 all symbols in signature" executed="True" result="Success" success="True" time="0.009" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.012" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 T symbols" executed="True" result="Success" success="True" time="0.031" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project40 all symbols" executed="True" result="Success" success="True" time="0.055" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project5 whole project errors" executed="True" result="Success" success="True" time="0.008" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project6 whole project errors" executed="True" result="Success" success="True" time="0.013" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project7 whole project errors" executed="True" result="Success" success="True" time="0.007" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project8 whole project errors" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project9 whole project errors" executed="True" result="Success" success="True" time="0.006" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of fully-qualified records" executed="True" result="Success" success="True" time="0.043" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of properties with both getters and setters" executed="True" result="Success" success="True" time="0.114" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of type-provided members" executed="True" result="Success" success="True" time="0.023" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of type-provided types" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="TokenizerTests" executed="True" result="Success" success="True" time="0.039" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.TokenizerTests.Tokenizer test 1" executed="True" result="Success" success="True" time="0.034" asserts="1" /> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
<test-suite type="Assembly" name="C:\src\FSharp.Compiler.Service\bin\v4.5\FSharp.Compiler.Service.Tests.dll" executed="True" result="Failure" success="False" time="59.636" asserts="0"> | |
<results> | |
<test-suite type="TestFixture" name="FileSystemTests" executed="True" result="Success" success="True" time="2.169" asserts="0"> | |
<results> | |
<test-case name="FileSystemTests.FileSystem compilation test" executed="True" result="Success" success="True" time="2.163" asserts="4" /> | |
</results> | |
</test-suite> | |
<test-suite type="Namespace" name="FSharp" executed="True" result="Failure" success="False" time="57.458" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Compiler" executed="True" result="Failure" success="False" time="57.458" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Service" executed="True" result="Failure" success="False" time="57.458" asserts="0"> | |
<results> | |
<test-suite type="Namespace" name="Tests" executed="True" result="Failure" success="False" time="57.458" asserts="0"> | |
<results> | |
<test-suite type="TestFixture" name="CSharpProjectAnalysis" executed="True" result="Success" success="True" time="0.695" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that csharp references are recognized as such" executed="True" result="Success" success="True" time="0.487" asserts="21" /> | |
<test-case name="FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that symbols of csharp inner classes/enums are reported" executed="True" result="Success" success="True" time="0.192" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="Editor" executed="True" result="Success" success="True" time="2.139" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Expression typing test" executed="True" result="Success" success="True" time="0.496" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from member 1" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Currently failing, see #139]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from member 2" executed="True" result="Success" success="True" time="0.618" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Find function from var" executed="True" result="Success" success="True" time="0.130" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.GetMethodsAsSymbols should return all overloads of a method as FSharpSymbolUse" executed="True" result="Success" success="True" time="0.160" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Intro test" executed="True" result="Success" success="True" time="0.188" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for regular and verbatim strings" executed="True" result="Success" success="True" time="0.070" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for triple-quote strings" executed="True" result="Success" success="True" time="0.019" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Printf specifiers for user-defined functions" executed="True" result="Success" success="True" time="0.027" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.should not report format specifiers for illformed format strings" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Single case discreminated union type definition" executed="True" result="Success" success="True" time="0.121" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 1" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Currently failing, see #139]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from member 2" executed="True" result="Success" success="True" time="0.034" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbol based find function from var" executed="True" result="Success" success="True" time="0.034" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbols basic test" executed="True" result="Success" success="True" time="0.074" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Symbols many tests" executed="True" result="Success" success="True" time="0.042" asserts="38" /> | |
<test-case name="FSharp.Compiler.Service.Tests.Editor.Synthetic symbols should not be reported" executed="True" result="Success" success="True" time="0.060" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="ExprTests" executed="True" result="Failure" success="False" time="1.455" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.ExprTests.Check use of type provider that provides calls to F# code" executed="True" result="Error" success="False" time="0.586" asserts="0"> | |
<failure> | |
<message><![CDATA[System.Exception : Build was not evaluated, expcted the results to be ready after 'Eval'.]]></message> | |
<stack-trace><![CDATA[at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | |
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | |
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | |
at FSharp.Compiler.Service.Tests.ExprTests.Check use of type provider that provides calls to F# code() in C:\src\FSharp.Compiler.Service\tests\service\ExprTests.fs:line 693 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ExprTests.Test Declarations project1" executed="True" result="Success" success="True" time="0.761" asserts="5" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ExprTests.Test expressions of declarations stress big expressions" executed="True" result="Success" success="True" time="0.085" asserts="2" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="FscTests" executed="True" result="Success" success="True" time="3.500" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.1. PEVerifier sanity check" executed="True" result="Success" success="True" time="0.645" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.2. Simple FSC library test" executed="True" result="Success" success="True" time="1.129" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.3. Simple FSC executable test" executed="True" result="Success" success="True" time="0.567" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.4. Compile from simple AST" executed="True" result="Success" success="True" time="0.252" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.5. Compile from AST with explicit assembly reference" executed="True" result="Success" success="True" time="0.701" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.Check cols are indexed by 1" executed="True" result="Success" success="True" time="0.093" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FscTests.Check line nos are indexed by 1" executed="True" result="Success" success="True" time="0.074" asserts="2" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="FsiTests" executed="True" result="Success" success="True" time="20.811" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Bad arguments to session creation 1" executed="True" result="Success" success="True" time="0.462" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Bad arguments to session creation 2" executed="True" result="Success" success="True" time="0.009" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.Disposing interactive session (collectible)" executed="True" result="Success" success="True" time="19.410" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test" executed="True" result="Success" success="True" time="0.045" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test 2" executed="True" result="Success" success="True" time="0.007" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression fsi test 2 non throwing" executed="True" result="Success" success="True" time="0.008" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 1" executed="True" result="Success" success="True" time="0.038" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 2" executed="True" result="Success" success="True" time="0.017" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 3" executed="True" result="Success" success="True" time="0.009" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression function value 4" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[Failing test for #135]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression parse failure" executed="True" result="Success" success="True" time="0.007" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression parse failure nothrow" executed="True" result="Success" success="True" time="0.010" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression runtime failure" executed="True" result="Success" success="True" time="0.007" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression test 1" executed="True" result="Success" success="True" time="0.006" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression test 1 nothrow" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression typecheck failure" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalExpression typecheck failure nothrow" executed="True" result="Success" success="True" time="0.011" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction parse failure" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction parse failure nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction runtime failure" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction runtime failure nothrow" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction typecheck failure" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalInteraction typecheck failure nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalScript accepts paths verbatim" executed="True" result="Success" success="True" time="0.005" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.EvalScript accepts paths verbatim nothrow" executed="True" result="Success" success="True" time="0.002" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.interactive session events" executed="True" result="Success" success="True" time="0.622" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.ParseAndCheckInteraction test 1" executed="True" result="Success" success="True" time="0.030" asserts="5" /> | |
<test-case name="FSharp.Compiler.Service.Tests.FsiTests.PartialAssemblySignatureUpdated test" executed="True" result="Success" success="True" time="0.006" asserts="3" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="InteractiveChecker" executed="True" result="Success" success="True" time="0.204" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - global namespace" executed="True" result="Success" success="True" time="0.072" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - module" executed="True" result="Success" success="True" time="0.056" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.InteractiveChecker.Test ranges - namespace" executed="True" result="Success" success="True" time="0.068" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="MultiProjectAnalysisTests" executed="True" result="Failure" success="False" time="19.703" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test active patterns' XmlDocSig declared in referenced projects" executed="True" result="Success" success="True" time="0.269" asserts="8" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest all symbols" executed="True" result="Success" success="True" time="4.230" asserts="12000" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest basic" executed="True" result="Success" success="True" time="0.012" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test ManyProjectsStressTest whole project errors" executed="True" result="Success" success="True" time="0.009" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test max memory gets triggered" executed="True" result="Success" success="True" time="0.098" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 all symbols" executed="True" result="Success" success="True" time="0.052" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 1 whole project errors" executed="True" result="Success" success="True" time="0.002" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 2 all symbols" executed="True" result="Success" success="True" time="0.047" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project 3 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project symbols should pick up changes in dependent projects" executed="True" result="Success" success="True" time="3.113" asserts="18" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Test multi project2 errors" executed="True" result="Success" success="True" time="0.002" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Type provider project references should not throw exceptions" executed="True" result="Error" success="False" time="0.122" asserts="0"> | |
<failure> | |
<message><![CDATA[System.Exception : The file 'C:\src\FSharp.Compiler.Service\tests\service/data/TypeProviderConsole/Program.fs' was not part of the project. Did you call InvalidateConfiguration when the list of files in the project changed?]]></message> | |
<stack-trace><![CDATA[at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res) | |
at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout) | |
at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken) | |
at FSharp.Compiler.Service.Tests.MultiProjectAnalysisTests.Type provider project references should not throw exceptions() in C:\src\FSharp.Compiler.Service\tests\service\MultiProjectAnalysisTests.fs:line 745 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="PerfTests" executed="True" result="Success" success="True" time="0.111" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.PerfTests.Test request for parse and check doesn't check whole project" executed="True" result="Success" success="True" time="0.107" asserts="16" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="ProjectAnalysisTests" executed="True" result="Success" success="True" time="4.433" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test complete active patterns' exact ranges from uses of symbols" executed="True" result="Success" success="True" time="0.369" asserts="18" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test file explicit parse all symbols" executed="True" result="Success" success="True" time="0.113" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test file explicit parse symbols" executed="True" result="Success" success="True" time="0.021" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test partial active patterns' exact ranges from uses of symbols" executed="True" result="Success" success="True" time="0.008" asserts="10" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 5 all symbols" executed="True" result="Success" success="True" time="0.046" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 6 all symbols" executed="True" result="Success" success="True" time="0.013" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 7 all symbols" executed="True" result="Success" success="True" time="0.019" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 8 all symbols" executed="True" result="Success" success="True" time="0.040" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project 9 all symbols" executed="True" result="Success" success="True" time="0.040" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all symbols" executed="True" result="Success" success="True" time="0.120" asserts="111" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all symbols excluding compiler generated" executed="True" result="Success" success="True" time="0.008" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.032" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 all uses of all symbols" executed="True" result="Success" success="True" time="0.027" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 basic" executed="True" result="Success" success="True" time="0.008" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project1 should have protected FullName and TryFullName return same results" executed="True" result="Success" success="True" time="0.327" asserts="2892" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 should not throw exceptions on entities from referenced assemblies" executed="False" result="Ignored"> | |
<reason> | |
<message><![CDATA[FCS should not throw exceptions on FSharpEntity.BaseType]]></message> | |
</reason> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 whole project errors" executed="True" result="Success" success="True" time="0.002" asserts="7" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project1 xxx symbols" executed="True" result="Success" success="True" time="0.021" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project10 all symbols" executed="True" result="Success" success="True" time="0.024" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project10 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project11 all symbols" executed="True" result="Success" success="True" time="0.037" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project11 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project12 all symbols" executed="True" result="Success" success="True" time="0.114" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project12 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project13 all symbols" executed="True" result="Success" success="True" time="0.056" asserts="90" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project13 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project14 all symbols" executed="True" result="Success" success="True" time="0.029" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project14 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project15 all symbols" executed="True" result="Success" success="True" time="0.016" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project15 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 all symbols" executed="True" result="Success" success="True" time="0.174" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 sig symbols are equal to impl symbols" executed="True" result="Success" success="True" time="0.021" asserts="0" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project16 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project17 all symbols" executed="True" result="Success" success="True" time="0.059" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project17 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project18 all symbols" executed="True" result="Success" success="True" time="0.017" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project18 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project19 all symbols" executed="True" result="Success" success="True" time="0.038" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project19 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all symbols in signature" executed="True" result="Success" success="True" time="0.022" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.017" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 all uses of all symbols" executed="True" result="Success" success="True" time="0.017" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project2 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project20 all symbols" executed="True" result="Success" success="True" time="0.011" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project20 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project21 all symbols" executed="True" result="Success" success="True" time="0.033" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project21 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 IList contents" executed="True" result="Success" success="True" time="0.048" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 IList properties" executed="True" result="Success" success="True" time="0.002" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project22 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 extension properties' getters/setters should refer to the correct declaring entities" executed="True" result="Success" success="True" time="0.019" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 property" executed="True" result="Success" success="True" time="0.022" asserts="4" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project23 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project24 all symbols" executed="True" result="Success" success="True" time="0.112" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project24 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project25 whole project errors" executed="True" result="Success" success="True" time="0.706" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project26 parameter symbols" executed="True" result="Success" success="True" time="0.044" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project26 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project27 all symbols in signature" executed="True" result="Success" success="True" time="0.013" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project27 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project28 all symbols in signature" executed="True" result="Success" success="True" time="0.061" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project29 event symbols" executed="True" result="Success" success="True" time="0.019" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project29 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 all symbols in signature" executed="True" result="Success" success="True" time="0.098" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.074" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 basic" executed="True" result="Success" success="True" time="0.007" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project3 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project30 Format attributes" executed="True" result="Success" success="True" time="0.024" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 C# method attributes" executed="True" result="Success" success="True" time="0.038" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 C# type attributes" executed="True" result="Success" success="True" time="0.009" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 Format C# method attributes" executed="True" result="Success" success="True" time="0.012" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project31 Format C# type attributes" executed="True" result="Success" success="True" time="0.003" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 should be able to find impl symbols" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 should be able to find sig symbols" executed="True" result="Success" success="True" time="0.010" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project32 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project33 extension methods" executed="True" result="Success" success="True" time="0.012" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project33 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project34 should report correct accessibility for System.Data.Listeners" executed="True" result="Success" success="True" time="0.067" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project34 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project35 CurriedParameterGroups should be available for nested functions" executed="True" result="Success" success="True" time="0.020" asserts="8" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project35b Dependency files" executed="True" result="Success" success="True" time="0.068" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.IsBaseValue" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.IsConstructorThisValue & IsMemberThisValue" executed="True" result="Success" success="True" time="0.002" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project36 FSharpMemberOrFunctionOrValue.LiteralValue" executed="True" result="Success" success="True" time="0.001" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project37 typeof and arrays in attribute constructor arguments" executed="True" result="Success" success="True" time="0.011" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project38 abstract slot information" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project39 all symbols" executed="True" result="Success" success="True" time="0.034" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 all symbols in signature" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 all uses of all signature symbols" executed="True" result="Success" success="True" time="0.009" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 basic" executed="True" result="Success" success="True" time="0.005" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 T symbols" executed="True" result="Success" success="True" time="0.031" asserts="13" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project4 whole project errors" executed="True" result="Success" success="True" time="0.001" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test Project40 all symbols" executed="True" result="Success" success="True" time="0.048" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project5 whole project errors" executed="True" result="Success" success="True" time="0.008" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project6 whole project errors" executed="True" result="Success" success="True" time="0.014" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project7 whole project errors" executed="True" result="Success" success="True" time="0.008" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project8 whole project errors" executed="True" result="Success" success="True" time="0.015" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test project9 whole project errors" executed="True" result="Success" success="True" time="0.005" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of fully-qualified records" executed="True" result="Success" success="True" time="0.048" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of properties with both getters and setters" executed="True" result="Success" success="True" time="0.119" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of type-provided members" executed="True" result="Success" success="True" time="0.026" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectAnalysisTests.Test symbol uses of type-provided types" executed="True" result="Success" success="True" time="0.004" asserts="1" /> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="ProjectOptionsTests" executed="True" result="Failure" success="False" time="4.303" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- 2nd level references" executed="True" result="Success" success="True" time="0.379" asserts="8" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- bad project file" executed="True" result="Success" success="True" time="0.077" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- compile files 1" executed="True" result="Success" success="True" time="0.205" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- compile files 2" executed="True" result="Success" success="True" time="0.265" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Exe with a PCL reference" executed="True" result="Failure" success="False" time="0.078" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: collection containing "FSharp.Core.dll" | |
But was: <empty> | |
]]></message> | |
<stack-trace><![CDATA[at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Exe with a PCL reference() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 370 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Full path" executed="True" result="Success" success="True" time="0.073" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Logging" executed="True" result="Failure" success="False" time="0.072" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: String containing "Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"." | |
But was: "Microsoft.Build.Exceptions.InvalidProjectFileException: The value "" of the "Project" attribute in element <Import> is invalid. Parameter "path" cannot have zero length. | |
at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object[] args) | |
at Microsoft.Build.Shared.ProjectErrorUtilities.VerifyThrowInvalidProject(Boolean condition, String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object arg0, Object arg1, Object arg2, Object arg3) | |
at Microsoft.Build.Evaluation.Evaluator`4.ExpandAndLoadImports(String directoryOfImportingFile, String importExpressionEscaped, ProjectImportElement importElement) | |
at Microsoft.Build.Evaluation.Evaluator`4.EvaluateImportElement(String directoryOfImportingFile, ProjectImportElement importElement) | |
at Microsoft.Build.Evaluation.Evaluator`4.PerformDepthFirstPass(ProjectRootElement currentProjectOrImport) | |
at Microsoft.Build.Evaluation.Evaluator`4.Evaluate() | |
at Microsoft.Build.Evaluation.Evaluator`4.Evaluate(IEvaluatorData`4 data, ProjectRootElement root, ProjectLoadSettings loadSettings, Int32 maxNodeCount, PropertyDictionary`1 environmentProperties, ILoggingService loggingService, IItemFactory`2 itemFactory, IToolsetProvider toolsetProvider, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, ProjectInstance projectInstanceIfAnyForDebuggerOnly) | |
at Microsoft.Build.Evaluation.Project.ReevaluateIfNecessary(ILoggingService loggingServiceForEvaluation) | |
at Microsoft.Build.Evaluation.Project.Initialize(IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectLoadSettings loadSettings) | |
at Microsoft.Build.Evaluation.Project..ctor(XmlReader xmlReader, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings) | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.projectInstanceFromFullPath@139(FSharpProjectFileInfo this, ProjectCollection engine, String fsprojFullPath) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 143 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.FSharpProjectFileInfo.CrackProjectUsingNewBuildAPI(String fsprojFile) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 156 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.FSharpProjectFileInfo..ctor(String fsprojFileName, FSharpOption`1 properties, FSharpOption`1 enableLogging) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 205 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.getOptions@376(Boolean enableLogging, FSharpList`1 properties, String file) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 377 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.getOptions(String file, Boolean enableLogging, FSharpList`1 properties) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 376 | |
at Microsoft.FSharp.Compiler.SourceCodeServices.ProjectCrackerTool.Program.main(String[] argv) in C:\src\FSharp.Compiler.Service\src\fsharp\FSharp.Compiler.Service.ProjectCrackerTool\Program.fs:line 447" | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Logging() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 208 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- multi language project" executed="True" result="Failure" success="False" time="0.076" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: property Length equal to 1 | |
But was: 0 | |
]]></message> | |
<stack-trace><![CDATA[at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- multi language project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 232 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- non-existent project file" executed="True" result="Success" success="True" time="0.069" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- output file" executed="True" result="Success" success="True" time="0.199" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile259 project" executed="True" result="Failure" success="False" time="0.080" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "System.Collections.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; | |
"System.Core.dll"; "System.Diagnostics.Contracts.dll"; | |
"System.Diagnostics.Debug.dll"; "System.Diagnostics.Tools.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile259 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 336 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile7 project" executed="True" result="Failure" success="False" time="0.077" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "Microsoft.VisualBasic.dll"; | |
"System.Collections.Concurrent.dll"; "System.Collections.dll"; | |
"System.ComponentModel.Annotations.dll"; | |
"System.ComponentModel.DataAnnotations.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile7 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 249 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile78 project" executed="True" result="Failure" success="False" time="0.076" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: set | |
["FSharp.Core.dll"; "Microsoft.CSharp.dll"; "System.Collections.dll"; | |
"System.ComponentModel.EventBasedAsync.dll"; "System.ComponentModel.dll"; | |
"System.Core.dll"; "System.Diagnostics.Contracts.dll"; | |
"System.Diagnostics.Debug.dll"; "System.Diagnostics.Tools.dll"; ...] | |
Actual: set [] | |
Expected and actual are both <Microsoft.FSharp.Collections.FSharpSet`1[System.String]> | |
Values differ at index [0] | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- PCL profile78 project() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 297 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- project file contains project reference to out-of-solution project and is used in debug mode" executed="True" result="Failure" success="False" time="0.072" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: collection containing <(TestTP.dll, Debug)> | |
But was: <empty> | |
]]></message> | |
<stack-trace><![CDATA[at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- project file contains project reference to out-of-solution project and is used in release mode" executed="True" result="Failure" success="False" time="0.070" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: collection containing <(TestTP.dll, Release)> | |
But was: <empty> | |
]]></message> | |
<stack-trace><![CDATA[at FsUnit.should[a,a](FSharpFunc`2 f, a x, Object y) in C:\src\FSharp.Compiler.Service\tests\service\FsUnit.fs:line 13 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- project references" executed="True" result="Success" success="True" time="0.459" asserts="3" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- reference project output file" executed="True" result="Success" success="True" time="0.275" asserts="2" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- references" executed="True" result="Success" success="True" time="0.201" asserts="6" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- space in file name" executed="True" result="Success" success="True" time="0.272" asserts="1" /> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing -- Tools Version 12" executed="True" result="Failure" success="False" time="0.071" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found 'System.Core.dll'" | |
Actual: "Failed to find 'System.Core.dll'" | |
Expected string length 23 but was 32. Strings differ at index 1. | |
Expected: "Found 'System.Core.dll'" | |
But was: "Failed to find 'System.Core.dll'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default Configuration" executed="True" result="Failure" success="False" time="0.315" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default Configuration() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 43 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default configuration relative path" executed="True" result="Failure" success="False" time="0.285" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Default configuration relative path() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 69 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Release Configuration" executed="True" result="Failure" success="False" time="0.307" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found 'FSharp.Compiler.Service.dll'" | |
Actual: "Failed to find 'FSharp.Compiler.Service.dll'" | |
Expected string length 35 but was 44. Strings differ at index 1. | |
Expected: "Found 'FSharp.Compiler.Service.dll'" | |
But was: "Failed to find 'FSharp.Compiler.Service.dll'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing example 1 Release Configuration() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 58 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78" executed="True" result="Failure" success="False" time="0.071" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found '--targetprofile:netcore'" | |
Actual: "Failed to find '--targetprofile:netcore'" | |
Expected string length 31 but was 40. Strings differ at index 1. | |
Expected: "Found '--targetprofile:netcore'" | |
But was: "Failed to find '--targetprofile:netcore'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 97 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
<test-case name="FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing VS2013_FSharp_Portable_Library_net45" executed="True" result="Failure" success="False" time="0.072" asserts="1"> | |
<failure> | |
<message><![CDATA[ Expected: "Found '--targetprofile:netcore'" | |
Actual: "Failed to find '--targetprofile:netcore'" | |
Expected string length 31 but was 40. Strings differ at index 1. | |
Expected: "Found '--targetprofile:netcore'" | |
But was: "Failed to find '--targetprofile:netcore'" | |
------------^ | |
]]></message> | |
<stack-trace><![CDATA[at FSharp.Compiler.Service.Tests.ProjectOptionsTests.Project file parsing VS2013_FSharp_Portable_Library_net45() in C:\src\FSharp.Compiler.Service\tests\service\ProjectOptionsTests.fs:line 83 | |
]]></stack-trace> | |
</failure> | |
</test-case> | |
</results> | |
</test-suite> | |
<test-suite type="TestFixture" name="TokenizerTests" executed="True" result="Success" success="True" time="0.047" asserts="0"> | |
<results> | |
<test-case name="FSharp.Compiler.Service.Tests.TokenizerTests.Tokenizer test 1" executed="True" result="Success" success="True" time="0.045" asserts="1" /> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</results> | |
</test-suite> | |
</test-results> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment