From 5ea9dda433cf58e0b16bc63e58fc372efc6d96a6 Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Thu, 21 Jul 2022 15:49:14 +0800 Subject: [PATCH] update test/parallel/parallel.status --- debian/changelog | 6 +++++ ...update-test-parallel-parallel.status.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 29 insertions(+) create mode 100644 debian/patches/0004-update-test-parallel-parallel.status.patch diff --git a/debian/changelog b/debian/changelog index 91e93956..1fdcf2a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nodejs-mozilla (12.18.1-ok2) yangtze; urgency=medium + + * update test/parallel/parallel.status. + + -- Luo Yaoming Thu, 21 Jul 2022 15:47:24 +0800 + nodejs-mozilla (12.18.1-ok1) yangtze; urgency=medium * Build for openKylin. diff --git a/debian/patches/0004-update-test-parallel-parallel.status.patch b/debian/patches/0004-update-test-parallel-parallel.status.patch new file mode 100644 index 00000000..c60994fd --- /dev/null +++ b/debian/patches/0004-update-test-parallel-parallel.status.patch @@ -0,0 +1,22 @@ +From: openKylinBot +Date: Thu, 21 Jul 2022 15:49:14 +0800 +Subject: update test/parallel/parallel.status + +--- + test/parallel/parallel.status | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status +index 34fe301..3ed69d6 100644 +--- a/test/parallel/parallel.status ++++ b/test/parallel/parallel.status +@@ -17,6 +17,9 @@ test-dns-lookupService-promises : SKIP + test-net-connect-immediate-finish : SKIP + test-net-better-error-messages-port-hostname : SKIP + ++test-cluster-bind-privileged-port : SKIP ++test-cluster-shared-handle-bind-privileged-port : SKIP ++ + # in debian build env, skip because it somehow tries to access network + test-https-connect-address-family : SKIP + test-tls-connect-address-family : SKIP diff --git a/debian/patches/series b/debian/patches/series index 0e33507d..9e5ce0f1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ test_ci_buildd.patch fix_disable_cctest.patch reduce-linker-memory.patch +0004-update-test-parallel-parallel.status.patch