projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292c215
)
Disable stale Unix_NonExistentPath_Nop corefx test (#20512)
author
Stephen Toub
<stoub@microsoft.com>
Mon, 22 Oct 2018 07:58:46 +0000
(
00:58
-0700)
committer
GitHub
<noreply@github.com>
Mon, 22 Oct 2018 07:58:46 +0000
(
00:58
-0700)
* Disable stale Unix_NonExistentPath_Nop corefx test
* Disable another test
tests/CoreFX/CoreFX.issues.json
patch
|
blob
|
history
diff --git
a/tests/CoreFX/CoreFX.issues.json
b/tests/CoreFX/CoreFX.issues.json
index a26e7ff87308e1c41eb57626458e633795c6bbaa..0754cea72ea57d1c692d8e05c4649a916eb731c7 100644
(file)
--- a/
tests/CoreFX/CoreFX.issues.json
+++ b/
tests/CoreFX/CoreFX.issues.json
@@
-279,6
+279,14
@@
{
"name": "System.IO.Tests.EncryptDecrypt.NullArg_ThrowsException",
"reason": "outdated"
+ },
+ {
+ "name": "System.IO.Tests.File_Delete.Unix_NonExistentPath_Nop",
+ "reason": "outdated (deleted from corefx)"
+ },
+ {
+ "name": "System.IO.Tests.FileInfo_Delete.Unix_NonExistentPath_Nop",
+ "reason": "outdated (deleted from corefx)"
}
]
}