[gjs] tests: Re-enable JIT
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] tests: Re-enable JIT
- Date: Mon, 17 Jul 2017 23:57:26 +0000 (UTC)
commit 4764a2d85af2bb6836831a783e679c6e3909b3ae
Author: Philip Chimento <philip chimento gmail com>
Date: Mon Jul 17 16:56:25 2017 -0700
tests: Re-enable JIT
Whatever long-standing JIT bug was causing the leak here, it has been
fixed in SpiderMonkey 52.
https://bugzilla.gnome.org/show_bug.cgi?id=616193
installed-tests/minijasmine.cpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/installed-tests/minijasmine.cpp b/installed-tests/minijasmine.cpp
index 89e90a6..b174c71 100644
--- a/installed-tests/minijasmine.cpp
+++ b/installed-tests/minijasmine.cpp
@@ -49,11 +49,6 @@ main(int argc, char **argv)
if (argc < 2)
g_error("Need a test file");
- /* The tests are known to fail in the presence of the JIT;
- * we leak objects.
- * https://bugzilla.gnome.org/show_bug.cgi?id=616193
- */
- g_setenv("GJS_DISABLE_JIT", "1", false);
/* The fact that this isn't the default is kind of lame... */
g_setenv("GJS_DEBUG_OUTPUT", "stderr", false);
/* Jasmine library has some code style nits that trip this */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]