From 976d6ce0198cbe8c54c244665cc8dd63f2f85a86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Oct 2017 08:20:40 +0300 Subject: Get rid of configuration arguments check --- tests/buildtab/testscript | 8 -------- tests/manifest/task.test | 27 --------------------------- 2 files changed, 35 deletions(-) (limited to 'tests') diff --git a/tests/buildtab/testscript b/tests/buildtab/testscript index 8180d85..dee069a 100644 --- a/tests/buildtab/testscript +++ b/tests/buildtab/testscript @@ -62,14 +62,6 @@ EOI cin:1:87: error: unterminated quoted string EOE - - : no-value - : - $* <>EOE == 1 - windows*-vc_14* windows-vc_14-32 i686-microsoft-win32-msvc14.0 config.cc.coptions - EOI - cin:1:64: error: no variable value - EOE } : dup-config-name diff --git a/tests/manifest/task.test b/tests/manifest/task.test index c2783cf..4013f52 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.test @@ -196,24 +196,6 @@ test.options += -t config: 'abc=x EOI - : bad-var - : - { - : no-value - : - $* <'stdin:2:9: error: invalid task configuration: no variable value' == 1 - : 1 - config: abc xyz=1 - EOI - - : no-assignment - : - $* <'stdin:2:9: error: invalid task configuration: expected variable assignment' == 1 - : 1 - config: 'abc xyz'=1 - EOI - } - : multiline : { @@ -225,15 +207,6 @@ test.options += -t 'abc=x \ EOI - - : bad-var - : - $* <'stdin:3:1: error: invalid task configuration: no variable value' == 1 - : 1 - config: \ - abc xyz=1 - \ - EOI } } -- cgit v1.1