Commit 031a7abf authored by kovacsa's avatar kovacsa
Browse files

AKovacs update

parent 6bfe718e
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//Note: not working with TestCast v.6.8.2.5.
/* The following requirements are tested: /* The following requirements are tested:
The UCS sequence identifier-like (USI-like) notation using their short identifiers of code point. The USI-like notation is composed of the keyword char followed by parentheses. The The UCS sequence identifier-like (USI-like) notation using their short identifiers of code point. The USI-like notation is composed of the keyword char followed by parentheses. The
parentheses enclose a comma-separated list of short identifiers . Each short identifier represents a single parentheses enclose a comma-separated list of short identifiers . Each short identifier represents a single
......
/*****************************************************************
** @author STF 487
** @version 0.0.1
** @purpose 1:7.1.3, Ensure that the not equal to operator on address can not be evaluated if value is uninitialized.
** @verdict pass reject
*****************************************************************/
module NegSem_070103_RelationalOperators_005 {
type component GeneralComp {
}
type integer address;
testcase TC_NegSem_070103_RelationalOperators_005() runs on GeneralComp {
var address My_address; //uninitialized address type value
if (My_address != null) //error
{
setverdict(pass, My_address);
} else {
setverdict(fail,My_address);
}
}
control{
execute(TC_NegSem_070103_RelationalOperators_005());
}
}
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
** @purpose 1:15.5, Ensure that default values in formal parameters of modified templates are working as expected. ** @purpose 1:15.5, Ensure that default values in formal parameters of modified templates are working as expected.
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
*****************************************************************/ *****************************************************************/
//not working with TestCast 6.9.1
//Restriction c) //Restriction c)
/*if the value list notation is used, only the number of elements listed in the modified template is inherited /*if the value list notation is used, only the number of elements listed in the modified template is inherited
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
** @purpose 1:15.5, Ensure that default values in formal parameters of modified templates are working as expected. ** @purpose 1:15.5, Ensure that default values in formal parameters of modified templates are working as expected.
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
*****************************************************************/ *****************************************************************/
//not working with TestCast 6.9.1
//Restriction c) //Restriction c)
/*if the value list notation is used, only the number of elements listed in the modified template is inherited /*if the value list notation is used, only the number of elements listed in the modified template is inherited
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
** @purpose 1:15.6.5, Ensure that referencing an alternative of a union template field to which the ifpresent attribute is attached, shall cause an error ** @purpose 1:15.6.5, Ensure that referencing an alternative of a union template field to which the ifpresent attribute is attached, shall cause an error
** @verdict pass reject ** @verdict pass reject
*****************************************************************/ *****************************************************************/
// Not working with TestCast
//Restriction c) //Restriction c)
/*Ifpresent attribute: referencing an alternative of a union template field to which the ifpresent attribute is /*Ifpresent attribute: referencing an alternative of a union template field to which the ifpresent attribute is
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
/*NOTE:
* "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
/* The following requirements are tested: /* The following requirements are tested:
* This function converts an UTF-16 universal charstring value to a Little endian octetstring.*/ * This function converts an UTF-16 universal charstring value to a Little endian octetstring.*/
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
/*NOTE:
* "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
/* The following requirements are tested: /* The following requirements are tested:
* This function converts an UTF-32 universal charstring value to a Little endian octetstring.*/ * This function converts an UTF-32 universal charstring value to a Little endian octetstring.*/
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
/*NOTE:
* "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
/* The following requirements are tested: /* The following requirements are tested:
* This function converts an UTF-16 universal charstring value to a Big endian octetstring.*/ * This function converts an UTF-16 universal charstring value to a Big endian octetstring.*/
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
/*NOTE:
* "UTF-16LE","UTF-16BE", "UTF-32LE" and "UTF-32BE" in not working with TestCast v.6.8.2.5 */
/* The following requirements are tested: /* The following requirements are tested:
* This function converts an UTF-32 universal charstring value to a Big endian octetstring.*/ * This function converts an UTF-32 universal charstring value to a Big endian octetstring.*/
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5 - running provides error
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5 - running provides error
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5 - running provides error
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5 - running provides error
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5 -test fails
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//NOT working with TestCast 6.8.2.5
/* The following requirements are tested: /* The following requirements are tested:
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
* all actual in and inout parameters shall be initialized with the following exceptions: * all actual in and inout parameters shall be initialized with the following exceptions:
* 16.1.2. Restriction a.3 : the encoded_value parameter of the decvalue and decvalue_unichar function may be uninitialized.*/ * 16.1.2. Restriction a.3 : the encoded_value parameter of the decvalue and decvalue_unichar function may be uninitialized.*/
//NOTE: uninitialized value for encoded_value parameter decvalue() input is not working with TestCast 6.8.2.5
module Sem_160102_predefined_functions_080 { module Sem_160102_predefined_functions_080 {
type enumerated E { one(1), two(2), three(3) } with { variant "32 bit"}; type enumerated E { one(1), two(2), three(3) } with { variant "32 bit"};
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
UCS encoding scheme UCS encoding scheme
*/ */
//NOT working with TestCast 6.8.2.5 - function reomve_bom is unknown.
module Sem_160102_predefined_functions_082 { module Sem_160102_predefined_functions_082 {
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
** @purpose 1:B.1.2.8, Ensure that the IUT correctly handles content decoding ** @purpose 1:B.1.2.8, Ensure that the IUT correctly handles content decoding
** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass
***************************************************/ ***************************************************/
//not working with TestCast
//Restriction a) //Restriction a)
/*It can be assigned to templates and template fields of bitstring, hexstring, octetstring, /*It can be assigned to templates and template fields of bitstring, hexstring, octetstring,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment