zighouse / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

SigComp tests A.1.16.3 (4 and 5) STATE-ACCESS require XFAIL_YES based on RFC4465 #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.see additional information below
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

SigComp tests A.1.16.3 (4 and 5) STATE-ACCESS require XFAIL_YES based on 
RFC4465 and {15, "STATE_NOT_FOUND"} instead of {0, " "}.

Attached patch file fixes the input to the test.  Perhaps this is enough to fix 
the tests however it is still not clear if the expected output is created as 
ERRORs are reported.

=== Testing A.1.16.  STATE-ACCESS_3 ===

***ERROR: function: "tcomp_nackinfo_write()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_nackinfo.c"
line: "73"
MSG: Invalid parameter
***ERROR: function: "tcomp_udvm_runByteCode()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_udvm.c"
line: "485"
MSG: Execution failed for instruction = 31

==WE GOT A NACK

Expected failure: STATE_NOT_FOUND
=== A.1.16.  STATE-ACCESS_3 STATUS: PASS ===

=== Testing A.1.16.  STATE-ACCESS_4 ===

***ERROR: function: "tcomp_nackinfo_write()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_nackinfo.c"
line: "73"
MSG: Invalid parameter
***ERROR: function: "tcomp_udvm_runByteCode()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_udvm.c"
line: "485"
MSG: Execution failed for instruction = 31

==WE GOT A NACK

Expected failure: STATE_NOT_FOUND
=== A.1.16.  STATE-ACCESS_4 STATUS: PASS ===

=== Testing A.1.16.  STATE-ACCESS_5 ===

***ERROR: function: "tcomp_nackinfo_write()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_nackinfo.c"
line: "73"
MSG: Invalid parameter
***ERROR: function: "tcomp_udvm_runByteCode()"
file: "c:\users\abc\documents\myboghe\doubango\branches\2.0\doubango\tinysigcomp
\src\tcomp_udvm.c"
line: "485"
MSG: Execution failed for instruction = 31

==WE GOT A NACK

Expected failure: STATE_NOT_FOUND
=== A.1.16.  STATE-ACCESS_5 STATUS: PASS ===

Original issue reported on code.google.com by alistair...@gmail.com on 15 Jan 2013 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 15 Jan 2013 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 15 Jan 2013 at 5:34

GoogleCodeExporter commented 9 years ago
Fixed by r809

Original comment by boss...@yahoo.fr on 21 Jan 2013 at 8:50