diff options
author | Koundinya Veluri <kouvel@users.noreply.github.com> | 2018-04-09 10:02:51 -0700 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2018-04-09 10:02:51 -0700 |
commit | 1d9b711b5f15de65f580924368d53e0bbe2ca8b7 (patch) | |
tree | 03716a25a0e26021bcbea84929abafedc9da0099 /tests/arm | |
parent | 808a48c264cf33ff4939309db021f2a570f3fc1f (diff) | |
download | coreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.tar.gz coreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.tar.bz2 coreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.zip |
Disable some tests under GCStress where they take too long to complete (#17437)
* Disable some tests under GCStress where they take too long to complete
https://github.com/dotnet/coreclr/issues/15309
Diffstat (limited to 'tests/arm')
-rw-r--r-- | tests/arm/Tests.lst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst index 689a792eba..30f55e4750 100644 --- a/tests/arm/Tests.lst +++ b/tests/arm/Tests.lst @@ -6393,7 +6393,7 @@ RelativePath=JIT\Methodical\Arrays\lcs\_dbglcs2\_dbglcs2.cmd WorkingDir=JIT\Methodical\Arrays\lcs\_dbglcs2 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [_il_dbgrefloc_r8.cmd_804] @@ -13121,7 +13121,7 @@ RelativePath=JIT\Methodical\Arrays\lcs\_speed_dbglcs2\_speed_dbglcs2.cmd WorkingDir=JIT\Methodical\Arrays\lcs\_speed_dbglcs2 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [TimeSpanCtor4.cmd_1651] @@ -13377,7 +13377,7 @@ RelativePath=baseservices\compilerservices\dynamicobjectproperties\Dev10_535767\ WorkingDir=baseservices\compilerservices\dynamicobjectproperties\Dev10_535767 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;Pri1 +Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [b12022.cmd_1683] @@ -16881,7 +16881,7 @@ RelativePath=JIT\Methodical\Arrays\lcs\_rellcs2\_rellcs2.cmd WorkingDir=JIT\Methodical\Arrays\lcs\_rellcs2 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [conv_ovf_u8_u4.cmd_2122] @@ -19225,7 +19225,7 @@ RelativePath=JIT\Methodical\Arrays\lcs\_speed_rellcs2\_speed_rellcs2.cmd WorkingDir=JIT\Methodical\Arrays\lcs\_speed_rellcs2 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [ConvertToSByte11.cmd_2416] @@ -22825,7 +22825,7 @@ RelativePath=CoreMangLib\cti\system\array\ArraySort3\ArraySort3.cmd WorkingDir=CoreMangLib\cti\system\array\ArraySort3 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;Pri1 +Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [cpblkInt32.cmd_2867] @@ -24009,7 +24009,7 @@ RelativePath=baseservices\threading\interlocked\compareexchange\CompareExchangeT WorkingDir=baseservices\threading\interlocked\compareexchange\CompareExchangeTClass Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;Pri1 +Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [TimeSpanFromTicks.cmd_3015] @@ -27905,7 +27905,7 @@ RelativePath=JIT\Methodical\refany\_relvirtcall\_relvirtcall.cmd WorkingDir=JIT\Methodical\refany\_relvirtcall Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [Generated1106.cmd_3505] @@ -32561,7 +32561,7 @@ RelativePath=JIT\Methodical\refany\_speed_relvirtcall\_speed_relvirtcall.cmd WorkingDir=JIT\Methodical\refany\_speed_relvirtcall Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS +Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE HostStyle=0 [box-unbox044.cmd_4089] @@ -35105,7 +35105,7 @@ RelativePath=baseservices\exceptions\regressions\V1\SEH\VJ\ExternalException\Ext WorkingDir=baseservices\exceptions\regressions\V1\SEH\VJ\ExternalException Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;LEGACYJIT_GCSTRESS_FAIL;13203;Pri1 +Categories=EXPECTED_PASS;LEGACYJIT_GCSTRESS_FAIL;13203;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [ConvertToString6.cmd_4407] @@ -37641,7 +37641,7 @@ RelativePath=baseservices\threading\interlocked\compareexchange\CompareExchangeT WorkingDir=baseservices\threading\interlocked\compareexchange\CompareExchangeTClass_1 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_PASS;Pri1 +Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE HostStyle=0 [_speed_relldc_mul.cmd_4724] |