forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve AssemblyNameInfo Fuzzer (dotnet#107257)
- Loading branch information
1 parent
a6642c1
commit 4d11e13
Showing
2 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
src/libraries/Fuzzing/DotnetFuzzing/Dictionaries/assemblynameinfo.dict
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
"MyAssemblyName, Version=1.0.0.0, PublicKeyToken=b77a5c561934e089" | ||
"System.IO.Pipelines.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004b86c4cb78549b34bab61a3b1800e23bfeb5b3ec390074041536a7e3cbd97f5f04cf0f857155a8928eaa29ebfd11cfbbad3ba70efea7bda3226c6a8d370a4cd303f714486b6ebc225985a638471e6ef571cc92a4613c00b8fa65d61ccee0cbe5f36330c9a01f4183559f1bef24cc2917c6d913e3a541333a1d05d9bed22b38cb" | ||
"System.IO.Pipelines.Tests, PublicKey=null" | ||
"Abc, ProcessorArchitecture=X86" | ||
"Abc, ProcessorArchitecture=Amd64" | ||
"Abc, ProcessorArchitecture=Arm" | ||
"Abc, ProcessorArchitecture=MSIL" | ||
"Abc, ContentType=WindowsRuntime" | ||
"Abc, Retargetable=Yes" | ||
"Esc\\[aped" | ||
"MyAssemblyName, Version=1.0.0.0, PublicKeyToken=b77a5c561934e089", "MyAssemblyName, Version=1.0.0.0, PublicKeyToken=b77a5c561934e089" | ||
"MyAssemblyName, Version=1.0.0.0, PublicKey=00000000000000000400000000000000", "MyAssemblyName, Version=1.0.0.0, PublicKeyToken=b77a5c561934e089" | ||
"TerraFX.Interop.Windows, PublicKey=002400000c800000940000000602000000240000525341310004000001000100897039f5ff762b25b9ba982c3f5836c34e299279c33df505bf806a07bccdf0e1216e661943f557b954cb18422ed522a5b3174b85385052677f39c4ce19f30a1ddbaa507054bc5943461651f396afc612cd80419c5ee2b5277571ff65f51d14ba99e4e4196de0f393e89850a465f019dbdc365ed5e81bbafe1370f54efd254ba8, TerraFX.Interop.Windows, PublicKeyToken=35b01b53313a6f7e" | ||
"aaaa, language=en-en" | ||
"aaaa, foo=bar, foo=baz" | ||
"aa/name " |
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