[gjs: 2/7] tests: Update pending messages



commit 32ebba9e86a9d2645721cd315189d9193594e746
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Aug 4 20:57:23 2019 -0700

    tests: Update pending messages
    
    Some tests are still pending on unsolved bugs. Update links from
    Bugzilla to GitLab.

 installed-tests/js/testEverythingBasic.js | 2 +-
 installed-tests/js/testGIMarshalling.js   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/installed-tests/js/testEverythingBasic.js b/installed-tests/js/testEverythingBasic.js
index 9fda2780..bd42deab 100644
--- a/installed-tests/js/testEverythingBasic.js
+++ b/installed-tests/js/testEverythingBasic.js
@@ -185,7 +185,7 @@ describe('Life, the Universe and Everything', function () {
         // FIXME: this is broken due to a change in gobject-introspection.
         xit('as in-out parameters', function () {
             expect(Regress.test_utf8_inout(CONST_STR)).toEqual(NONCONST_STR);
-        }).pend('https://bugzilla.gnome.org/show_bug.cgi?id=736517');
+        }).pend('https://gitlab.gnome.org/GNOME/gobject-introspection/issues/192');
     });
 
     it('return values in filename encoding', function () {
diff --git a/installed-tests/js/testGIMarshalling.js b/installed-tests/js/testGIMarshalling.js
index 5fd785ee..50a76dee 100644
--- a/installed-tests/js/testGIMarshalling.js
+++ b/installed-tests/js/testGIMarshalling.js
@@ -403,7 +403,7 @@ describe('GHashTable', function () {
     xit('can be passed as inout with transfer full', function () {
         expect(GIMarshallingTests.ghashtable_utf8_full_inout(STRING_DICT))
             .toEqual(STRING_DICT_OUT);
-    }).pend('https://bugzilla.gnome.org/show_bug.cgi?id=773763');
+    }).pend('https://gitlab.gnome.org/GNOME/gjs/issues/100');
 });
 
 describe('GValue', function () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]