[mono][ci] Include PDBs from runtime pack when building on Helix if required by ivanpovazan · Pull Request #107348 · dotnet/runtime (original) (raw)
This was referenced
Sep 11, 2024
ericstj pushed a commit to adamsitnik/runtime that referenced this pull request
carlossanlop pushed a commit that referenced this pull request
Remove package references from library tests (#106737)
Remove package references from library tests
These tests should be referencing the product assemblies so that they test latest and not old bits.
Reference the OOB version of SRSF and make sure it's copied
BinaryFormatter tests should be skipped only on AOT, WASM and Mobile (#106858)
respect AppContext switch (which is currently enabled for all projects in the root Directory.Build.props file)
add project reference to all test projects that need working BF (and were being skipped for a while)
adjust to changes from #104202: EqualityComparer.Default is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer
Don't use WeakReferences in the round trip test, as the target may get freed in the meantime, fixes #104905 (#106967)
Enable more BinaryFormatter tests (#107408)
enable the BinaryFormatter tests in System.Runtime.Serialization.Formatters.Tests
add new test project, where the flag is disabled and it runs only 3 tests in total that ensure that
The SerializationGuard is no longer activated since BF was moved to the OOB package, the tests need to reflect that.
Disable binary formatter tests when DotNetBuildSourceOnly. (#107549)
[mono][tvos] Do not treat assembly.pdb/xml files as native files to bundle when AOTing on Helix (#107079)
Do not treat assembly.pdb/xml files as native files to bundle
Bundle satellite assemblies as well
[mono][ci] Include PDBs from runtime pack when building on Helix if required (#107348)
Co-authored-by: Eric StJohn ericstj@microsoft.com Co-authored-by: Tom Deseyn tom.deseyn@gmail.com Co-authored-by: Ivan Povazan 55002338+ivanpovazan@users.noreply.github.com
carlossanlop pushed a commit that referenced this pull request
Remove package references from library tests (#106737)
Remove package references from library tests
These tests should be referencing the product assemblies so that they test latest and not old bits.
Reference the OOB version of SRSF and make sure it's copied
BinaryFormatter tests should be skipped only on AOT, WASM and Mobile (#106858)
respect AppContext switch (which is currently enabled for all projects in the root Directory.Build.props file)
add project reference to all test projects that need working BF (and were being skipped for a while)
adjust to changes from #104202: EqualityComparer.Default is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer
Don't use WeakReferences in the round trip test, as the target may get freed in the meantime, fixes #104905 (#106967)
Enable more BinaryFormatter tests (#107408)
enable the BinaryFormatter tests in System.Runtime.Serialization.Formatters.Tests
add new test project, where the flag is disabled and it runs only 3 tests in total that ensure that
The SerializationGuard is no longer activated since BF was moved to the OOB package, the tests need to reflect that.
Disable binary formatter tests when DotNetBuildSourceOnly. (#107549)
[mono][tvos] Do not treat assembly.pdb/xml files as native files to bundle when AOTing on Helix (#107079)
Do not treat assembly.pdb/xml files as native files to bundle
Bundle satellite assemblies as well
[mono][ci] Include PDBs from runtime pack when building on Helix if required (#107348)
Co-authored-by: Eric StJohn ericstj@microsoft.com Co-authored-by: Adam Sitnik adam.sitnik@gmail.com Co-authored-by: Tom Deseyn tom.deseyn@gmail.com Co-authored-by: Ivan Povazan 55002338+ivanpovazan@users.noreply.github.com
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request
sirntar pushed a commit to sirntar/runtime that referenced this pull request
This file contains hidden or 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
[ Show hidden characters]({{ revealButtonHref }})