You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/gjs/files/gjs-1.42.0-disable-unittest...

49 lines
1.7 KiB

From 554c220e78172213e9637f9a901009b4bc964e3a Mon Sep 17 00:00:00 2001
From: "Jasper St. Pierre" <jstpierre@mecheye.net>
Date: Wed, 15 Jan 2014 17:00:22 -0500
Subject: [PATCH] gjs-tests: Remove dumpstack test
OK, I lied. This is the most useless test ever.
---
test/gjs-tests.cpp | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/test/gjs-tests.cpp b/test/gjs-tests.cpp
index b79b616..6cade7b 100644
--- a/test/gjs-tests.cpp
+++ b/test/gjs-tests.cpp
@@ -163,22 +163,6 @@ gjstest_test_func_gjs_jsapi_util_string_js_string_utf8(void)
}
static void
-gjstest_test_func_gjs_stack_dump(void)
-{
- GjsContext *context;
-
- /* TODO this test could be better - maybe expose dumpstack as a JS API
- * so that we have a JS stack to dump? At least here we're getting some
- * coverage.
- */
- context = gjs_context_new();
-
- gjs_dumpstack();
- g_object_unref(context);
- gjs_dumpstack();
-}
-
-static void
gjstest_test_func_gjs_jsapi_util_error_throw(void)
{
GjsUnitTestFixture fixture;
@@ -348,7 +332,6 @@ main(int argc,
g_test_add_func("/gjs/jsutil/strip_shebang/no_shebang", gjstest_test_strip_shebang_no_advance_for_no_shebang);
g_test_add_func("/gjs/jsutil/strip_shebang/have_shebang", gjstest_test_strip_shebang_advance_for_shebang);
g_test_add_func("/gjs/jsutil/strip_shebang/only_shebang", gjstest_test_strip_shebang_return_null_for_just_shebang);
- g_test_add_func("/gjs/stack/dump", gjstest_test_func_gjs_stack_dump);
g_test_add_func("/util/glib/strv/concat/null", gjstest_test_func_util_glib_strv_concat_null);
g_test_add_func("/util/glib/strv/concat/pointers", gjstest_test_func_util_glib_strv_concat_pointers);
--
2.1.2