aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE.erl
AgeCommit message (Expand)Author
2014-01-24Fix open typesBjörn Gustavsson
2014-01-24Fix OCTET STRINGBjörn Gustavsson
2014-01-24Fix BIT STRINGBjörn Gustavsson
2014-01-24asn1 test suite: Modernize testTimer_* and testTimer.erlBjörn Gustavsson
2013-10-01Fix broken handling of default values for BIT STRINGsBjörn Gustavsson
2013-09-27Teach the ASN.1 compiler the no_ok_wrapper optionBjörn Gustavsson
2013-09-18No longer compile the X420 specs for plain BERBjörn Gustavsson
2013-09-18Combine the testSeqIndefinite/1 and testSetIndefinite/1 test casesBjörn Gustavsson
2013-09-18Eliminate the use of asn1_wrapperBjörn Gustavsson
2013-09-18Simplify tests of CHOICE with OPTIONALBjörn Gustavsson
2013-09-18Don't allow unused exported functions in test case helpersBjörn Gustavsson
2013-09-18Move out specific tests from asn1_test_libBjörn Gustavsson
2013-09-18asn1_SUITE: Reinstate test of sub-constraintBjörn Gustavsson
2013-09-18asn1_test_lib: Remove unnecessary loading of a compiled ASN.1 specBjörn Gustavsson
2013-09-18asn1_SUITE: Combine most tests that use External.asn1Björn Gustavsson
2013-09-18asn1_SUITE: Remove useless test case testInvokeMod/1Björn Gustavsson
2013-09-18asn_SUITE: Fold per_GeneralString/1 into h323testBjörn Gustavsson
2013-09-18asn1_SUITE: Remove unused function case_dir/2Björn Gustavsson
2013-09-18asn1_SUITE: Remove useless test_driver_load/1 test caseBjörn Gustavsson
2013-09-03PER, UPER: Fix encoding/decoding of open types greater than 16KBjörn Gustavsson
2013-08-30PER, UPER: Optimize encoding using an intermediate formatBjörn Gustavsson
2013-08-30asn1_SUITE: Remove off-topic (and slow) smp/1 test caseBjörn Gustavsson
2013-06-08PER/UPER: Correct decoding of SEQUENCEs with more than 64 extensionsBjörn Gustavsson
2013-05-31Clean up checking of values for ENUMERATEDsBjörn Gustavsson
2013-05-31Introduce a new mechanism for structured error handlingBjörn Gustavsson
2013-05-31asn1_SUITE: Add testS1AP/1Björn Gustavsson
2013-05-31ber_other/1: Test more specifications with the BER backendBjörn Gustavsson
2013-05-31testExtensionAddtionGroup/1: Clean up and enhanceBjörn Gustavsson
2013-05-31Normalize SIZE constraints to simplify backendsBjörn Gustavsson
2013-04-16Merge branch 'bjorn/asn1/fix-lost-extension-mark/OTP-10995' into maint-r16Erlang/OTP
2013-04-03Don't lose the extension mark for object set parametersBjörn Gustavsson
2013-02-18Remove unused test casesBjörn Gustavsson
2013-02-18Run more tests with all backendsBjörn Gustavsson
2013-02-18asn1_SUITE: Remove unused codeBjörn Gustavsson
2013-02-15BER: Fix broken table constraints inside a SET OF/SEQUENCE OFBjörn Gustavsson
2013-02-14Smoke test the 'der' optionBjörn Gustavsson
2013-02-14per,uper: Fix breakage of compilation of InformationFrameworkBjörn Gustavsson
2013-02-14Add NullTestBjörn Gustavsson
2013-02-14asn1_SUITE: Shorten the path to case-specific directoryBjörn Gustavsson
2013-02-14asn1_SUITE: Don't add priv_dir to the code pathBjörn Gustavsson
2013-02-07Merge branch 'maint'Björn Gustavsson
2013-02-06Merge branch 'bjorn/asn1/open-type-error/OTP-10805' into maint-r15Erlang/OTP
2013-02-06Merge branch 'bjorn/asn1/extension-addition-groups/OTP-10811' into maint-r15Erlang/OTP
2013-02-06Don't run testX420/1 on old slow Sparc systemsBjörn Gustavsson
2013-02-04asn1_SUITE: Mend broken test_modified_x420/1Björn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23By default, encode BIT STRING to bitstringsBjörn Gustavsson
2013-01-22BER: Correct bug in 'undec_rest'Björn Gustavsson
2013-01-22Generate modules with selected run-time functions for compiler usageBjörn Gustavsson
2013-01-22Remove the 'inline' and '{inline,OutputFile}' optionsBjörn Gustavsson