Skip to content

Commit 4988c25

Browse files
authored
Fix #33948 by decreasing number of tests per group (#40491)
1 parent c2711f5 commit 4988c25

File tree

70 files changed

+6654
-6043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6654
-6043
lines changed

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AdvSimd.Arm64_Part0_r.csproj

Lines changed: 0 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -108,162 +108,6 @@
108108
<Compile Include="CompareGreaterThanScalar.Vector64.Double.cs" />
109109
<Compile Include="CompareGreaterThanScalar.Vector64.Int64.cs" />
110110
<Compile Include="CompareGreaterThanScalar.Vector64.Single.cs" />
111-
<Compile Include="CompareGreaterThanScalar.Vector64.UInt64.cs" />
112-
<Compile Include="CompareGreaterThanOrEqual.Vector128.Double.cs" />
113-
<Compile Include="CompareGreaterThanOrEqual.Vector128.Int64.cs" />
114-
<Compile Include="CompareGreaterThanOrEqual.Vector128.UInt64.cs" />
115-
<Compile Include="CompareGreaterThanOrEqualScalar.Vector64.Double.cs" />
116-
<Compile Include="CompareGreaterThanOrEqualScalar.Vector64.Int64.cs" />
117-
<Compile Include="CompareGreaterThanOrEqualScalar.Vector64.Single.cs" />
118-
<Compile Include="CompareGreaterThanOrEqualScalar.Vector64.UInt64.cs" />
119-
<Compile Include="CompareLessThan.Vector128.Double.cs" />
120-
<Compile Include="CompareLessThan.Vector128.Int64.cs" />
121-
<Compile Include="CompareLessThan.Vector128.UInt64.cs" />
122-
<Compile Include="CompareLessThanScalar.Vector64.Double.cs" />
123-
<Compile Include="CompareLessThanScalar.Vector64.Int64.cs" />
124-
<Compile Include="CompareLessThanScalar.Vector64.Single.cs" />
125-
<Compile Include="CompareLessThanScalar.Vector64.UInt64.cs" />
126-
<Compile Include="CompareLessThanOrEqual.Vector128.Double.cs" />
127-
<Compile Include="CompareLessThanOrEqual.Vector128.Int64.cs" />
128-
<Compile Include="CompareLessThanOrEqual.Vector128.UInt64.cs" />
129-
<Compile Include="CompareLessThanOrEqualScalar.Vector64.Double.cs" />
130-
<Compile Include="CompareLessThanOrEqualScalar.Vector64.Int64.cs" />
131-
<Compile Include="CompareLessThanOrEqualScalar.Vector64.Single.cs" />
132-
<Compile Include="CompareLessThanOrEqualScalar.Vector64.UInt64.cs" />
133-
<Compile Include="CompareTest.Vector128.Double.cs" />
134-
<Compile Include="CompareTest.Vector128.Int64.cs" />
135-
<Compile Include="CompareTest.Vector128.UInt64.cs" />
136-
<Compile Include="CompareTestScalar.Vector64.Double.cs" />
137-
<Compile Include="CompareTestScalar.Vector64.Int64.cs" />
138-
<Compile Include="CompareTestScalar.Vector64.UInt64.cs" />
139-
<Compile Include="ConvertToDouble.Vector64.Single.cs" />
140-
<Compile Include="ConvertToDouble.Vector128.Int64.cs" />
141-
<Compile Include="ConvertToDouble.Vector128.UInt64.cs" />
142-
<Compile Include="ConvertToDoubleScalar.Vector64.Int64.cs" />
143-
<Compile Include="ConvertToDoubleScalar.Vector64.UInt64.cs" />
144-
<Compile Include="ConvertToDoubleUpper.Vector128.Single.cs" />
145-
<Compile Include="ConvertToInt64RoundAwayFromZero.Vector128.Double.cs" />
146-
<Compile Include="ConvertToInt64RoundAwayFromZeroScalar.Vector64.Double.cs" />
147-
<Compile Include="ConvertToInt64RoundToEven.Vector128.Double.cs" />
148-
<Compile Include="ConvertToInt64RoundToEvenScalar.Vector64.Double.cs" />
149-
<Compile Include="ConvertToInt64RoundToNegativeInfinity.Vector128.Double.cs" />
150-
<Compile Include="ConvertToInt64RoundToNegativeInfinityScalar.Vector64.Double.cs" />
151-
<Compile Include="ConvertToInt64RoundToPositiveInfinity.Vector128.Double.cs" />
152-
<Compile Include="ConvertToInt64RoundToPositiveInfinityScalar.Vector64.Double.cs" />
153-
<Compile Include="ConvertToInt64RoundToZero.Vector128.Double.cs" />
154-
<Compile Include="ConvertToInt64RoundToZeroScalar.Vector64.Double.cs" />
155-
<Compile Include="ConvertToSingleLower.Vector64.Single.cs" />
156-
<Compile Include="ConvertToSingleRoundToOddLower.Vector64.Single.cs" />
157-
<Compile Include="ConvertToSingleRoundToOddUpper.Vector128.Single.cs" />
158-
<Compile Include="ConvertToSingleUpper.Vector128.Single.cs" />
159-
<Compile Include="ConvertToUInt64RoundAwayFromZero.Vector128.Double.cs" />
160-
<Compile Include="ConvertToUInt64RoundAwayFromZeroScalar.Vector64.Double.cs" />
161-
<Compile Include="ConvertToUInt64RoundToEven.Vector128.Double.cs" />
162-
<Compile Include="ConvertToUInt64RoundToEvenScalar.Vector64.Double.cs" />
163-
<Compile Include="ConvertToUInt64RoundToNegativeInfinity.Vector128.Double.cs" />
164-
<Compile Include="ConvertToUInt64RoundToNegativeInfinityScalar.Vector64.Double.cs" />
165-
<Compile Include="ConvertToUInt64RoundToPositiveInfinity.Vector128.Double.cs" />
166-
<Compile Include="ConvertToUInt64RoundToPositiveInfinityScalar.Vector64.Double.cs" />
167-
<Compile Include="ConvertToUInt64RoundToZero.Vector128.Double.cs" />
168-
<Compile Include="ConvertToUInt64RoundToZeroScalar.Vector64.Double.cs" />
169-
<Compile Include="Divide.Vector64.Single.cs" />
170-
<Compile Include="Divide.Vector128.Double.cs" />
171-
<Compile Include="Divide.Vector128.Single.cs" />
172-
<Compile Include="DuplicateSelectedScalarToVector128.V128.Double.1.cs" />
173-
<Compile Include="DuplicateSelectedScalarToVector128.V128.Int64.1.cs" />
174-
<Compile Include="DuplicateSelectedScalarToVector128.V128.UInt64.1.cs" />
175-
<Compile Include="DuplicateToVector128.Double.cs" />
176-
<Compile Include="DuplicateToVector128.Double.31.cs" />
177-
<Compile Include="DuplicateToVector128.Int64.cs" />
178-
<Compile Include="DuplicateToVector128.Int64.31.cs" />
179-
<Compile Include="DuplicateToVector128.UInt64.cs" />
180-
<Compile Include="DuplicateToVector128.UInt64.31.cs" />
181-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.Byte.cs" />
182-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.Int16.cs" />
183-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.Int32.cs" />
184-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.SByte.cs" />
185-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.UInt16.cs" />
186-
<Compile Include="ExtractNarrowingSaturateScalar.Vector64.UInt32.cs" />
187-
<Compile Include="ExtractNarrowingSaturateUnsignedScalar.Vector64.Byte.cs" />
188-
<Compile Include="ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt16.cs" />
189-
<Compile Include="ExtractNarrowingSaturateUnsignedScalar.Vector64.UInt32.cs" />
190-
<Compile Include="Floor.Vector128.Double.cs" />
191-
<Compile Include="FusedMultiplyAdd.Vector128.Double.cs" />
192-
<Compile Include="FusedMultiplyAddByScalar.Vector64.Single.cs" />
193-
<Compile Include="FusedMultiplyAddByScalar.Vector128.Double.cs" />
194-
<Compile Include="FusedMultiplyAddByScalar.Vector128.Single.cs" />
195-
<Compile Include="FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector64.Single.1.cs" />
196-
<Compile Include="FusedMultiplyAddBySelectedScalar.Vector64.Single.Vector128.Single.3.cs" />
197-
<Compile Include="FusedMultiplyAddBySelectedScalar.Vector128.Double.Vector128.Double.1.cs" />
198-
<Compile Include="FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector64.Single.1.cs" />
199-
<Compile Include="FusedMultiplyAddBySelectedScalar.Vector128.Single.Vector128.Single.3.cs" />
200-
<Compile Include="FusedMultiplyAddScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs" />
201-
<Compile Include="FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs" />
202-
<Compile Include="FusedMultiplyAddScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs" />
203-
<Compile Include="FusedMultiplySubtract.Vector128.Double.cs" />
204-
<Compile Include="FusedMultiplySubtractByScalar.Vector64.Single.cs" />
205-
<Compile Include="FusedMultiplySubtractByScalar.Vector128.Double.cs" />
206-
<Compile Include="FusedMultiplySubtractByScalar.Vector128.Single.cs" />
207-
<Compile Include="FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector64.Single.1.cs" />
208-
<Compile Include="FusedMultiplySubtractBySelectedScalar.Vector64.Single.Vector128.Single.3.cs" />
209-
<Compile Include="FusedMultiplySubtractBySelectedScalar.Vector128.Double.Vector128.Double.1.cs" />
210-
<Compile Include="FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector64.Single.1.cs" />
211-
<Compile Include="FusedMultiplySubtractBySelectedScalar.Vector128.Single.Vector128.Single.3.cs" />
212-
<Compile Include="FusedMultiplySubtractScalarBySelectedScalar.Vector64.Double.Vector128.Double.1.cs" />
213-
<Compile Include="FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector64.Single.1.cs" />
214-
<Compile Include="FusedMultiplySubtractScalarBySelectedScalar.Vector64.Single.Vector128.Single.3.cs" />
215-
<Compile Include="InsertSelectedScalar.Vector64.Byte.7.Vector64.Byte.7.cs" />
216-
<Compile Include="InsertSelectedScalar.Vector64.Byte.7.Vector128.Byte.15.cs" />
217-
<Compile Include="InsertSelectedScalar.Vector64.Int16.3.Vector64.Int16.3.cs" />
218-
<Compile Include="InsertSelectedScalar.Vector64.Int16.3.Vector128.Int16.7.cs" />
219-
<Compile Include="InsertSelectedScalar.Vector64.Int32.1.Vector64.Int32.1.cs" />
220-
<Compile Include="InsertSelectedScalar.Vector64.Int32.1.Vector128.Int32.3.cs" />
221-
<Compile Include="InsertSelectedScalar.Vector64.SByte.7.Vector64.SByte.7.cs" />
222-
<Compile Include="InsertSelectedScalar.Vector64.SByte.7.Vector128.SByte.15.cs" />
223-
<Compile Include="InsertSelectedScalar.Vector64.Single.1.Vector64.Single.1.cs" />
224-
<Compile Include="InsertSelectedScalar.Vector64.Single.1.Vector128.Single.3.cs" />
225-
<Compile Include="InsertSelectedScalar.Vector64.UInt16.3.Vector64.UInt16.3.cs" />
226-
<Compile Include="InsertSelectedScalar.Vector64.UInt16.3.Vector128.UInt16.7.cs" />
227-
<Compile Include="InsertSelectedScalar.Vector64.UInt32.1.Vector64.UInt32.1.cs" />
228-
<Compile Include="InsertSelectedScalar.Vector64.UInt32.1.Vector128.UInt32.3.cs" />
229-
<Compile Include="InsertSelectedScalar.Vector128.Byte.15.Vector64.Byte.7.cs" />
230-
<Compile Include="InsertSelectedScalar.Vector128.Byte.15.Vector128.Byte.15.cs" />
231-
<Compile Include="InsertSelectedScalar.Vector128.Double.1.Vector128.Double.1.cs" />
232-
<Compile Include="InsertSelectedScalar.Vector128.Int16.7.Vector64.Int16.3.cs" />
233-
<Compile Include="InsertSelectedScalar.Vector128.Int16.7.Vector128.Int16.7.cs" />
234-
<Compile Include="InsertSelectedScalar.Vector128.Int32.3.Vector64.Int32.1.cs" />
235-
<Compile Include="InsertSelectedScalar.Vector128.Int32.3.Vector128.Int32.3.cs" />
236-
<Compile Include="InsertSelectedScalar.Vector128.Int64.1.Vector128.Int64.1.cs" />
237-
<Compile Include="InsertSelectedScalar.Vector128.SByte.15.Vector64.SByte.7.cs" />
238-
<Compile Include="InsertSelectedScalar.Vector128.SByte.15.Vector128.SByte.15.cs" />
239-
<Compile Include="InsertSelectedScalar.Vector128.Single.3.Vector64.Single.1.cs" />
240-
<Compile Include="InsertSelectedScalar.Vector128.Single.3.Vector128.Single.3.cs" />
241-
<Compile Include="InsertSelectedScalar.Vector128.UInt16.7.Vector64.UInt16.3.cs" />
242-
<Compile Include="InsertSelectedScalar.Vector128.UInt16.7.Vector128.UInt16.7.cs" />
243-
<Compile Include="InsertSelectedScalar.Vector128.UInt32.3.Vector64.UInt32.1.cs" />
244-
<Compile Include="InsertSelectedScalar.Vector128.UInt32.3.Vector128.UInt32.3.cs" />
245-
<Compile Include="InsertSelectedScalar.Vector128.UInt64.1.Vector128.UInt64.1.cs" />
246-
<Compile Include="LoadAndReplicateToVector128.Double.cs" />
247-
<Compile Include="LoadAndReplicateToVector128.Int64.cs" />
248-
<Compile Include="LoadAndReplicateToVector128.UInt64.cs" />
249-
<Compile Include="Max.Vector128.Double.cs" />
250-
<Compile Include="MaxAcross.Vector64.Byte.cs" />
251-
<Compile Include="MaxAcross.Vector64.Int16.cs" />
252-
<Compile Include="MaxAcross.Vector64.SByte.cs" />
253-
<Compile Include="MaxAcross.Vector64.UInt16.cs" />
254-
<Compile Include="MaxAcross.Vector128.Byte.cs" />
255-
<Compile Include="MaxAcross.Vector128.Int16.cs" />
256-
<Compile Include="MaxAcross.Vector128.Int32.cs" />
257-
<Compile Include="MaxAcross.Vector128.SByte.cs" />
258-
<Compile Include="MaxAcross.Vector128.Single.cs" />
259-
<Compile Include="MaxAcross.Vector128.UInt16.cs" />
260-
<Compile Include="MaxAcross.Vector128.UInt32.cs" />
261-
<Compile Include="MaxNumber.Vector128.Double.cs" />
262-
<Compile Include="MaxNumberAcross.Vector128.Single.cs" />
263-
<Compile Include="MaxNumberPairwise.Vector64.Single.cs" />
264-
<Compile Include="MaxNumberPairwise.Vector128.Double.cs" />
265-
<Compile Include="MaxNumberPairwise.Vector128.Single.cs" />
266-
<Compile Include="MaxNumberPairwiseScalar.Vector64.Single.cs" />
267111
<Compile Include="Program.AdvSimd.Arm64_Part0.cs" />
268112
<Compile Include="..\Shared\Helpers.cs" />
269113
<Compile Include="..\Shared\Program.cs" />

0 commit comments

Comments
 (0)