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



commit 279bdaf00b34e5c2b3fe07497c3b6d545feb8f70
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.
    - 0030basicBoxed: This duplicates functionality which was tested more
      thoroughly in testEverythingEncapsulated.js.
    - 0040mainloop: This duplicates functionality which was tested more
      thoroughly in testMainloop.js.
    - JS1_8: This tests SpiderMonkey features, and has nothing to do with
      any code in GJS.
    - ReflectObject: This also tests SpiderMonkey features.
    - Unicode: This tests SpiderMonkey's ability to handle Unicode
      characters, also nothing to do with GJS.

 Makefile-test.am                         |    6 ---
 installed-tests/js/test0010basic.js      |    7 ----
 installed-tests/js/test0030basicBoxed.js |   10 ------
 installed-tests/js/test0040mainloop.js   |   17 ----------
 installed-tests/js/testJS1_8.js          |   52 ------------------------------
 installed-tests/js/testReflectObject.js  |   14 --------
 installed-tests/js/testUnicode.js        |   13 -------
 7 files changed, 0 insertions(+), 119 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index d249052..1e7c165 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -230,9 +230,6 @@ CLEANFILES += $(TEST_INTROSPECTION_GIRS) $(TEST_INTROSPECTION_TYPELIBS)
 ### JAVASCRIPT TESTS ###################################################
 
 common_jstests_files =                                         \
-       installed-tests/js/test0010basic.js                     \
-       installed-tests/js/test0030basicBoxed.js                \
-       installed-tests/js/test0040mainloop.js                  \
        installed-tests/js/testself.js                          \
        installed-tests/js/testByteArray.js                     \
        installed-tests/js/testClass.js                         \
@@ -250,18 +247,15 @@ 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                       \
-       installed-tests/js/testUnicode.js                       \
        $(NULL)
 
 EXTRA_DIST +=                                          \


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