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



commit b5722c3315a4efdc011dc5ae62c44b1fe13febcf
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.
    - Unicode: This tests SpiderMonkey's ability to handle Unicode
      characters, also nothing to do with GJS.

 Makefile-test.am                        |    4 --
 installed-tests/js/test0010basic.js     |    7 ----
 installed-tests/js/testJS1_8.js         |   52 -------------------------------
 installed-tests/js/testReflectObject.js |   14 --------
 installed-tests/js/testUnicode.js       |   13 --------
 5 files changed, 0 insertions(+), 90 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index b641361..65acffc 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,18 +250,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]