[gjs/wip/ptomato/tests: 1/3] tests: Delete redundant tests



commit 9f903cc2c88453a82425ec6fbdd7249ee7b18897
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu Dec 8 21:48:09 2016 -0800

    tests: Delete redundant tests
    
    - 0010basic: This only tests 1 + 1 = 2. The internal consistency of the
      test harness is already tested more thoroughly in testself.js.
    - JS1_8: This tests SpiderMonkey features, and has nothing to do with
      any code in GJS.
    - ReflectObject: This also tests SpiderMonkey features.

 Makefile-test.am                        |    3 --
 installed-tests/js/test0010basic.js     |    7 ----
 installed-tests/js/testJS1_8.js         |   52 -------------------------------
 installed-tests/js/testReflectObject.js |   14 --------
 4 files changed, 0 insertions(+), 76 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 53e3ea1..c677ec1 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -230,7 +230,6 @@ CLEANFILES += $(TEST_INTROSPECTION_GIRS) $(TEST_INTROSPECTION_TYPELIBS)
 ### JAVASCRIPT TESTS ###################################################
 
 common_jstests_files =                                         \
-       installed-tests/js/test0010basic.js                     \
        installed-tests/js/test0020importer.js                  \
        installed-tests/js/test0030basicBoxed.js                \
        installed-tests/js/test0040mainloop.js                  \
@@ -251,14 +250,12 @@ common_jstests_files =                                            \
        installed-tests/js/testGTypeClass.js                    \
        installed-tests/js/testImporter.js                      \
        installed-tests/js/testInterface.js                     \
-       installed-tests/js/testJS1_8.js                         \
        installed-tests/js/testLang.js                          \
        installed-tests/js/testLocale.js                        \
        installed-tests/js/testMainloop.js                      \
        installed-tests/js/testMetaClass.js                     \
        installed-tests/js/testNamespace.js                     \
        installed-tests/js/testParamSpec.js                     \
-       installed-tests/js/testReflectObject.js                 \
        installed-tests/js/testSignals.js                       \
        installed-tests/js/testSystem.js                        \
        installed-tests/js/testTweener.js                       \


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