Skip to content

Commit a8e39b3

Browse files
authored
Revert "FsharpSuite.tests reduction diet (#14590)" (#14742)
This reverts commit d0dfdb9.
1 parent 0499207 commit a8e39b3

File tree

25 files changed

+1089
-1438
lines changed

25 files changed

+1089
-1438
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ stages:
441441
- checkout: self
442442
clean: true
443443
- script: ./eng/cibuild.sh --configuration $(_BuildConfig) --testcoreclr
444-
env:
445-
COMPlus_DefaultStackSize: 1000000
446444
displayName: Build / Test
447445
- task: PublishTestResults@2
448446
displayName: Publish Test Results

tests/FSharp.Compiler.ComponentTests/Conformance/LexicalFiltering/OffsideExceptions/OffsideExceptions.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ namespace FSharp.Compiler.ComponentTests.Conformance.LexicalFiltering.Basic
55
open Xunit
66
open FSharp.Test
77
open FSharp.Test.Compiler
8-
open FSharp.Test.Compiler.Assertions.StructuredResultsAsserts
98

109
module OffsideExceptions =
11-
1210
type FileAttribute(file) =
1311
inherit DirectoryAttribute(__SOURCE_DIRECTORY__, Includes=[|file|])
1412

tests/FSharp.Compiler.ComponentTests/EmittedIL/Enums.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace FSharp.Compiler.ComponentTests.EmittedIL
44

55
open Xunit
66
open FSharp.Test.Compiler
7-
open FSharp.Test.Compiler.Assertions.StructuredResultsAsserts
87

98
module Enums =
109

tests/FSharp.Compiler.ComponentTests/EmittedIL/Literals.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace FSharp.Compiler.ComponentTests.EmittedIL
44

55
open Xunit
66
open FSharp.Test.Compiler
7-
open FSharp.Test.Compiler.Assertions.StructuredResultsAsserts
87

98
module ``Literals`` =
109

tests/FSharp.Compiler.ComponentTests/ErrorMessages/UnsupportedAttributes.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace FSharp.Compiler.ComponentTests.ErrorMessages
44

55
open Xunit
66
open FSharp.Test.Compiler
7-
open FSharp.Test.Compiler.Assertions.StructuredResultsAsserts
87

98
module ``Unsupported Attributes`` =
109

tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@
226226
<Compile Include="Miscellaneous\ListLiterals.fs" />
227227
<Compile Include="Miscellaneous\SemanticClassificationKeyBuilder.fs" />
228228
<Compile Include="Miscellaneous\XmlDoc.fs" />
229-
<Compile Include="Miscellaneous\FsharpSuiteMigrated.fs" />
230-
<Compile Include="Miscellaneous\MigratedCoreTests.fs" />
231-
<Compile Include="Miscellaneous\MigratedOverloadTests.fs" />
232-
<Compile Include="Miscellaneous\MigratedTypeCheckTests.fs" />
233229
<Compile Include="Miscellaneous\GraphTests.fs" />
234230
<Compile Include="Signatures\TestHelpers.fs" />
235231
<Compile Include="Signatures\ModuleOrNamespaceTests.fs" />

tests/FSharp.Compiler.ComponentTests/Language/SequenceExpressionTests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module FSharp.Compiler.ComponentTests.Language.SequenceExpressionTests
44

55
open Xunit
66
open FSharp.Test.Compiler
7-
open FSharp.Test.ScriptHelpers
87

98

10-
let fsiSession = getSessionForEval [||] LangVersion.Preview
9+
10+
let fsiSession = getSessionForEval()
1111

1212
let runCode = evalInSharedSession fsiSession
1313

tests/FSharp.Compiler.ComponentTests/Miscellaneous/FsharpSuiteMigrated.fs

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)