diff options
author | Mark H Weaver <mhw@netris.org> | 2016-04-23 13:12:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-04-23 13:12:49 -0400 |
commit | c4eefd63fac3aff1d39e59af1668701630558179 (patch) | |
tree | e3d7238a9e2dbabacba5c80cd8e895849d3bbaf1 /gnu | |
parent | 63e7796f626ee40b8259ce56b93f5596e8a1f8c5 (diff) | |
download | patches-c4eefd63fac3aff1d39e59af1668701630558179.tar patches-c4eefd63fac3aff1d39e59af1668701630558179.tar.gz |
Revert "gnu: gjs: Skip test_utf8_inout test."
This reverts commit 63e7796f626ee40b8259ce56b93f5596e8a1f8c5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3bd5c95e22..58de21294c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3917,12 +3917,6 @@ configuration program to choose applications starting on login.") (lambda _ ;; For the missing /etc/machine-id. (setenv "DBUS_FATAL_WARNINGS" "0") - - ;; XXX: fails with: - ;; Failed to convert UTF-8 string to JS string: ... - ;; TODO: actually fix it. - (substitute* "installed-tests/js/testEverythingBasic.js" - ((".*test_utf8_inout.*") "")) #t))))) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-resources |