Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
360a8969
Commit
360a8969
authored
Apr 12, 2017
by
Elemer Lelik
Committed by
GitHub
Apr 12, 2017
Browse files
Merge pull request #108 from eadrkir/master
Corrected negative tests
parents
12528827
9190a395
Changes
5
Hide whitespace changes
Inline
Side-by-side
conformance_test/core_language_tests/negative_tests/05_basic_language_elements.script
View file @
360a8969
...
...
@@ -2057,7 +2057,11 @@ module NegSyn_05040101_parameters_of_kind_value_009 {
<END_MODULE>
<RESULT COUNT 1>
error: at or before token `map': syntax error, unexpected MapKeyword, expecting InOutParKeyword or InParKeyword or OutParKeyword or '\}'
error: at or before token `map': syntax error, unexpected MapKeyword
<END_RESULT>
<RESULT COUNT 1>
error: at or before token `\(': syntax error, unexpected '\(', expecting MessageKeyword or MixedKeyword or ProcedureKeyword
<END_RESULT>
<END_TC>
...
...
conformance_test/core_language_tests/negative_tests/06_types_and_values.script
View file @
360a8969
...
...
@@ -6964,7 +6964,7 @@ module NegSem_060209_CommunicationPortTypes_004 {
<END_MODULE>
<RESULT COUNT 1>
error: at or before token `\}': syntax error, unexpected '\}'
, expecting InOutParKeyword or InParKeyword or OutParKeyword
error: at or before token `\}': syntax error, unexpected '\}'
<END_RESULT>
<END_TC>
...
...
@@ -7017,7 +7017,7 @@ module NegSem_060209_CommunicationPortTypes_005 {
<END_MODULE>
<RESULT COUNT 1>
error: at or before token `\}': syntax error, unexpected '\}'
, expecting InOutParKeyword or InParKeyword or OutParKeyword
error: at or before token `\}': syntax error, unexpected '\}'
<END_RESULT>
<END_TC>
...
...
conformance_test/core_language_tests/negative_tests/07-14_folder.script
View file @
360a8969
...
...
@@ -2286,7 +2286,7 @@ module NegSem_1101_ValueVars_001 {
<END_MODULE>
<RESULT COUNT 1>
error:
integer value was expected
error:
any value is not allowed in this context
<END_RESULT>
<END_TC>
...
...
conformance_test/core_language_tests/negative_tests/15_templates.script
View file @
360a8969
...
...
@@ -4580,7 +4580,7 @@ module NegSem_1511_ConcatenatingTemplatesOfStringAndListTypes_004 {
<END_MODULE>
<RESULT COUNT 1>
error:
Operands of
charstring template concatenation
must be specific value templates
error:
any or omit is not allowed in
charstring template concatenation
<END_RESULT>
<END_TC>
...
...
conformance_test/core_language_tests/negative_tests/16-20_folders.script
View file @
360a8969
...
...
@@ -2399,14 +2399,14 @@ error: `omit' value is not allowed in this context
.*---------------------------------------------------------------------*
:xmp tab=0.
<TC - 1901_001 Ensure that the IUT properly evaluates assignment statements >
<TC - 1901_001 Ensure that the IUT properly evaluates assignment statements
syntaxis
>
<COMPILE>
<MODULE TTCN NegSyn_1901_assignments_001 NegSyn_1901_assignments_001.ttcn >
/***************************************************
** @version 0.0.1
** @purpose 1:19.1, Ensure that the IUT properly evaluates assignment statements
** @purpose 1:19.1, Ensure that the IUT properly evaluates assignment statements
syntaxis
** @verdict pass reject
***************************************************/
module NegSyn_1901_assignments_001 {
...
...
@@ -2434,7 +2434,7 @@ module NegSyn_1901_assignments_001 {
<END_MODULE>
<RESULT COUNT 1>
error: at or before token `:=': syntax error, unexpected :=, expecting ','
error: at or before token `:=': syntax error, unexpected :=, expecting
'\)' or
','
<END_RESULT>
<END_TC>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment