]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.child: Remove unit tests since they're hard to maintain and if they
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 09:58:19 +0000 (03:58 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 09:58:19 +0000 (03:58 -0600)
fail then the CI fails as well anyway.

extra/mason/child/child-tests.factor

index 291024e775f3890518c6344d8d1c48bdd2d4fe4b..f2e99714ab6e2caebcdea226970d148899d49a59 100644 (file)
@@ -2,22 +2,6 @@ USING: io io.pathnames kernel mason.child mason.config
 namespaces sequences system tools.test ;
 IN: mason.child.tests
 
-{ { "make" "macosx-x86-32" } } [
-    H{
-        { target-os macosx }
-        { target-cpu x86.32 }
-    } [ mason-child-make-cmd ] with-variables
-] unit-test
-
-! Must be an absolute path on Windows because launch directory
-! is relative to parent directory (instead of current directory).
-{ t } [
-    H{
-        { target-os windows }
-        { target-cpu x86.32 }
-    } [ mason-child-make-cmd ] with-variables first absolute-path?
-] unit-test
-
 { t } [
     H{
         { target-os windows }