Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
caf570e
Move to building with the 9.0 SDK and move our ToolCurrent TFM to 9.0
jkoritzinsky Dec 13, 2023
b8004d1
Update CompatibilitySuppressions.xml
ViktorHofer Dec 15, 2023
ad27b82
Update PathUtilities.cs
ViktorHofer Dec 15, 2023
45c577d
Update TestProjects.targets
ViktorHofer Dec 15, 2023
4376128
Merge branch 'main' into 9.0-sdk
akoeplinger Dec 15, 2023
eca212e
Merge branch 'main' into 9.0-sdk
akoeplinger Dec 19, 2023
708eca8
Update hotreload-utils dependencies
akoeplinger Dec 19, 2023
b134b94
Bump sdk version
akoeplinger Dec 19, 2023
b5aecc4
Update ILLink.RoslynAnalyzer.Tests.csproj
ViktorHofer Dec 19, 2023
e66999a
Update Mono.Linker.Tests.csproj
ViktorHofer Dec 19, 2023
c98d3e4
Update CecilVersionCheck.cs
ViktorHofer Dec 19, 2023
e7c5aea
Update PathUtilities.cs
ViktorHofer Dec 19, 2023
1d3d9ec
Update PathUtilities.cs
ViktorHofer Dec 19, 2023
47572ac
Update SourceBuildPrebuiltBaseline.xml
akoeplinger Dec 19, 2023
c3032e0
Merge branch 'main' into 9.0-sdk
akoeplinger Dec 21, 2023
cc45846
Fix ILLink analyzer tests
sbomer Dec 29, 2023
fefcda1
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer Dec 29, 2023
199e27b
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer Dec 29, 2023
0ce08d6
Update src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/TestCaseUtil…
ViktorHofer Dec 29, 2023
a73a7c1
Remove NuGet restore for reference assemblies
ViktorHofer Dec 29, 2023
e3519f9
Fix ILCompiler tests
ViktorHofer Dec 29, 2023
4d691f0
[wasi] Always add wasi-wasm rid to KnownRuntimePack for local builds …
radical Jan 3, 2024
276bd0f
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical Jan 3, 2024
275ead5
wip
radical Jan 3, 2024
01cf82a
disable unrelated builds
radical Jan 3, 2024
0ffff54
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical Jan 8, 2024
ebbc657
split ci
radical Jan 8, 2024
1904bc4
Revert "split ci"
radical Jan 8, 2024
0657a86
Revert "disable unrelated builds"
radical Jan 8, 2024
88889cc
Revert "wip"
radical Jan 8, 2024
e8dd013
Merge branch 'main' into 9.0-sdk
radical Jan 8, 2024
5d433a7
Merge remote-tracking branch 'origin/main' into 9.0-sdk
radical Jan 9, 2024
ad2b9ba
[wasm] Extract workload testing bits from tests.*.targets into separa…
radical Jan 9, 2024
9ca4eaa
[wasm] Wasm.Build.Tests - build for host os/arch instead of wasm
radical Jan 9, 2024
1c4bf91
[wasm] fix local builds - makefile
radical Jan 9, 2024
2a4fd5d
[wasm] Run WBT with dotnet 8 (global.json)
radical Jan 9, 2024
e282f4b
[wasm] fix local debugger tests run
radical Jan 9, 2024
27baa92
[wasm] Browser.targets: track tfm change for tasks
radical Jan 9, 2024
51ca44e
[wasm] fix wbt build
radical Jan 9, 2024
a54adf7
[wasm] WBT: don't use publishTrimmed=true
radical Jan 9, 2024
9580bfd
Set workload testing specific properties in workloads-testing.targets
radical Jan 9, 2024
8f50adc
[wasm] Fix checking for icudt files against the runtime pack
radical Jan 9, 2024
2574529
cleanup
radical Jan 9, 2024
9bc55b7
WBT: Update TargetFrameworkForTasks=net9.0
radical Jan 9, 2024
e26b92d
WBT: Set chromedriver path
radical Jan 9, 2024
238ccec
eng/targetingpack.targets: Add wasi-wasm only for the latest tfm
radical Jan 9, 2024
3c449dc
Merge branch 'main' into 9.0-sdk
radical Jan 16, 2024
73d7efd
Update CompatibilitySuppressions.xml
ViktorHofer Jan 16, 2024
e8026dd
[wasm] WBT ProcessExtensions: Use Process.Kill(true)
radical Jan 10, 2024
dc34fdd
[wasm] WBT: don't try to read ExitCode after process.Kill
radical Jan 10, 2024
7bb42b4
[wasm] WBT: disable failing tests
radical Jan 16, 2024
0701143
fix build
radical Jan 16, 2024
f065ad9
fix build
radical Jan 17, 2024
275359e
disable some missed tests
radical Jan 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ILLink.RoslynAnalyzer.Tests.csproj
  • Loading branch information
ViktorHofer authored Dec 19, 2023
commit b5aecc4f29da1051b2154f6377dc6921ca93e98d
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@
<RuntimeHostConfigurationOption Include="ILLink.RoslynAnalyzer.Tests.LinkerTestDir">
<Value>$(LinkerTestDir)</Value>
</RuntimeHostConfigurationOption>
<RuntimeHostConfigurationOption Include="ILLink.RoslynAnalyzer.Tests.ArtifactsDir">
<Value>$(ArtifactsDir)</Value>
</RuntimeHostConfigurationOption>
<RuntimeHostConfigurationOption Include="ILLink.RoslynAnalyzer.Tests.ArtifactsBinDir">
<Value>$(ArtifactsBinDir)</Value>
</RuntimeHostConfigurationOption>
<RuntimeHostConfigurationOption Include="ILLink.RoslynAnalyzer.Tests.TargetArchitecture">
<Value>$(TargetArchitecture)</Value>
</RuntimeHostConfigurationOption>
</ItemGroup>

</Project>