1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

chore: add systemMemoryInfo unstable diagnostic (#7435)

This commit is contained in:
Luca Casonato 2020-09-12 16:12:14 +02:00 committed by GitHub
parent 95db324748
commit d048f58f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -77,6 +77,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"startTls",
"symlink",
"symlinkSync",
"systemMemoryInfo",
"transpileOnly",
"umask",
"utime",

View file

@ -444,7 +444,9 @@ fn upgrade_with_space_in_path() {
}
// Warning: this test requires internet access.
// TODO(#7412): reenable. test is flaky
#[test]
#[ignore]
fn upgrade_with_version_in_tmpdir() {
let temp_dir = TempDir::new().unwrap();
let exe_path = temp_dir.path().join("deno");