aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-19 08:20:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-19 08:20:40 +0300
commit976d6ce0198cbe8c54c244665cc8dd63f2f85a86 (patch)
treeefc56e01e0638704ba7d8bea698da071ca6d1d49 /tests
parent8269189c803e2792d185ebafdc739071e2a0961e (diff)
Get rid of configuration arguments check
Diffstat (limited to 'tests')
-rw-r--r--tests/buildtab/testscript8
-rw-r--r--tests/manifest/task.test27
2 files changed, 0 insertions, 35 deletions
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
- :
- $* <<EOI 2>>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
- :
- $* <<EOI 2>'stdin:2:9: error: invalid task configuration: no variable value' == 1
- : 1
- config: abc xyz=1
- EOI
-
- : no-assignment
- :
- $* <<EOI 2>'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
- :
- $* <<EOI 2>'stdin:3:1: error: invalid task configuration: no variable value' == 1
- : 1
- config: \
- abc xyz=1
- \
- EOI
}
}