@@ -61,7 +61,7 @@ public void DecodeBase64CasesSSE()
6161 DecodeBase64CasesUTF8 ( SimdBase64 . SSE . Base64 . DecodeFromBase64SSE , SimdBase64 . Scalar . Base64 . MaximalBinaryLengthFromBase64Scalar ) ;
6262 }
6363
64- [ Trait ( "Category" , "arm " ) ]
64+ [ Trait ( "Category" , "arm64 " ) ]
6565 [ FactOnSystemRequirementAttribute ( TestSystemRequirements . Arm64 ) ]
6666 public void DecodeBase64CasesARM ( )
6767 {
@@ -136,7 +136,7 @@ public void CompleteDecodeBase64CasesSSE()
136136 CompleteDecodeBase64CasesUTF8 ( SimdBase64 . SSE . Base64 . DecodeFromBase64SSE , SimdBase64 . Scalar . Base64 . SafeBase64ToBinaryWithWhiteSpace , SimdBase64 . Scalar . Base64 . MaximalBinaryLengthFromBase64Scalar ) ;
137137 }
138138
139- [ Trait ( "Category" , "arm " ) ]
139+ [ Trait ( "Category" , "arm64 " ) ]
140140 [ FactOnSystemRequirementAttribute ( TestSystemRequirements . Arm64 ) ]
141141 public void CompleteDecodeBase64CasesARM ( )
142142 {
@@ -229,14 +229,14 @@ public void Issue511ScalarUTF8()
229229 }
230230
231231
232- [ Trait ( "Category" , "SSE " ) ]
232+ [ Trait ( "Category" , "sse " ) ]
233233 [ FactOnSystemRequirementAttribute ( TestSystemRequirements . X64Sse ) ]
234234 public void Issue511SSEUTF8 ( )
235235 {
236236 Issue511UTF8 ( SimdBase64 . SSE . Base64 . DecodeFromBase64SSE ) ;
237237 }
238238
239- [ Trait ( "Category" , "ARM " ) ]
239+ [ Trait ( "Category" , "arm64 " ) ]
240240 [ FactOnSystemRequirementAttribute ( TestSystemRequirements . Arm64 ) ]
241241 public void Issue511ARMUTF8 ( )
242242 {
@@ -312,7 +312,7 @@ public void MoreDecodeTestsUrlSSEUTF8()
312312 MoreDecodeTestsUrlUTF8 ( SimdBase64 . SSE . Base64 . DecodeFromBase64SSE , SimdBase64 . Scalar . Base64 . SafeBase64ToBinaryWithWhiteSpace , SimdBase64 . Scalar . Base64 . MaximalBinaryLengthFromBase64Scalar ) ;
313313 }
314314
315- [ Trait ( "Category" , "arm " ) ]
315+ [ Trait ( "Category" , "arm64 " ) ]
316316 [ FactOnSystemRequirementAttribute ( TestSystemRequirements . Arm64 ) ]
317317 public void MoreDecodeTestsUrlARMUTF8 ( )
318318 {
0 commit comments