diff options
author | Jan Kotas <jkotas@microsoft.com> | 2018-10-27 10:25:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 10:25:09 -0700 |
commit | 75c5020b66f727a292afdbdf2b324ebd39e3e89d (patch) | |
tree | 3f8737e3c34492367f8bd414cfa822d8c62c982b /tests/arm64 | |
parent | 328740394e42e6a34a1918dd03e7dfa1cd09b457 (diff) | |
download | coreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.tar.gz coreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.tar.bz2 coreclr-75c5020b66f727a292afdbdf2b324ebd39e3e89d.zip |
Delete redundant CoreMangLib decimal tests (#20649)
Fixes failing test obsoleted by #20638 and contributes to #12782
Delete redundant CoreMangLib decimal tests
Diffstat (limited to 'tests/arm64')
-rw-r--r-- | tests/arm64/Tests.lst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst index 5cabffc357..1450a8419f 100644 --- a/tests/arm64/Tests.lst +++ b/tests/arm64/Tests.lst @@ -5556,14 +5556,6 @@ MaxAllowedDurationSeconds=600 Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 -[DecimalRemainder.cmd_1319] -RelativePath=CoreMangLib\cti\system\decimal\DecimalRemainder\DecimalRemainder.cmd -WorkingDir=CoreMangLib\cti\system\decimal\DecimalRemainder -Expected=0 -MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_PASS;UNWIND -HostStyle=0 - [DecimalSubtract.cmd_1320] RelativePath=CoreMangLib\cti\system\decimal\DecimalSubtract\DecimalSubtract.cmd WorkingDir=CoreMangLib\cti\system\decimal\DecimalSubtract |