Changes from code review
authorBrian Sullivan <briansul@microsoft.com>
Fri, 3 May 2019 00:14:34 +0000 (17:14 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Fri, 3 May 2019 00:14:34 +0000 (17:14 -0700)
tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs
tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray.cs
tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic.cs

index e241dc7..be4d5e6 100644 (file)
@@ -13,9 +13,9 @@ using System.Runtime.InteropServices;
 // and mixing the HVA parameters with non-HVA parameters.
 
 // This Test case covers all cases for
-//   Methods that take one HVA argument with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that take one HVA argument with between 1 and 5 Vector64 or Vector128 elements
 //   - Called normally or by using reflection
-//   Methods that return an HVA with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that return an HVA with between 1 and 5 Vector64 or Vector128 elements
 //   - Called normally or by using reflection
 
 // Remaining Test cases to do:
index 5bbd528..f15a2f4 100644 (file)
@@ -13,16 +13,13 @@ using System.Runtime.InteropServices;
 // and mixing the HVA parameters with non-HVA parameters.
 
 // This Test case covers all cases for
-//   Methods that take one HVA argument with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that take one HVA argument with between 1 and 5 Vector64 or Vector128 elements
+//   - Passing HVAs that are held as elements in an array.
 //   - Called normally or by using reflection
-//   Methods that return an HVA with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that return an HVA with between 1 and 5 Vector64 or Vector128 elements
+//   - Returning HVAs that are held as elements in an array.
 //   - Called normally or by using reflection
 
-// Remaining Test cases to do:
-// - Add tests that have one than one HVA argument
-// - Add types that are *not* HVA types (e.g. too many vectors, or using Vector256).
-// - Add tests that use a mix of HVA and non-HVA arguments
-
 public static class VectorMgdMgd
 {
     private const int PASS = 100;
index 3f5cef3..1beeed5 100644 (file)
@@ -13,16 +13,13 @@ using System.Runtime.InteropServices;
 // and mixing the HVA parameters with non-HVA parameters.
 
 // This Test case covers all cases for
-//   Methods that take one HVA argument with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that take one HVA argument with between 1 and 9 Vector64 or Vector128 elements
+//   - Passing HVAs that are held in static fields
 //   - Called normally or by using reflection
-//   Methods that return an HVA with between 1 and 9 Vectror64 or Vector128 elements
+//   Methods that return an HVA with between 1 and 9 Vector64 or Vector128 elements
+//   - Returning HVAs that are held in static fields
 //   - Called normally or by using reflection
 
-// Remaining Test cases to do:
-// - Add tests that have one than one HVA argument
-// - Add types that are *not* HVA types (e.g. too many vectors, or using Vector256).
-// - Add tests that use a mix of HVA and non-HVA arguments
-
 public static class VectorMgdMgd
 {
     private const int PASS = 100;