Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | [asn1] Refactor test cases and remove extra suites | Adam Lindberg | |
2012-02-28 | [asn1] Replace 'driver' option with 'nif' | Adam Lindberg | |
2012-02-28 | [asn1] Correct test suite dependencies | Adam Lindberg | |
2012-02-28 | [asn1] Parallelize test suites | Adam Lindberg | |
2012-02-28 | [asn1] Make tables and processes unnamed | Adam Lindberg | |
- Refactor and clean up asn1_db process - Remove unused stop function in asn1ct.erl - Remove infinite loop possibilites in asn1ct_check.erl - test/1,2,3 now run in separate process - Update documentation for new test options | |||
2012-02-28 | [asn1] Abstract out table access to new module | Adam Lindberg | |
All table access is now performed in a separate module. This will allow changes to how ETS is handled by changing only this module. Note that the module exports a very ETS-like interface for now which would have to be maintained even if the data format would change (to a hash map for example). | |||
2012-02-14 | Change test to use CT Config PrivDir | Gustav Simonsson | |
2012-02-13 | Fix to integer and sequence definitions | Gustav Simonsson | |
Enable re-use of integer definitions in subsequent definitions and added clauses to check greatest common range for sequence definitions | |||
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: lib/asn1/doc/src/asn1ct.xml | |||
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-08-01 | Make performance code more generic and migrate per/ber NBAP perormance ↵ | Lukas Larsson | |
suites to use the generic code | |||
2011-08-01 | Add pubkey performance tests | Lukas Larsson | |
Add performance tests for cert_pem and dsa_pem. These tests are not automatically when testing asn1. | |||
2011-08-01 | Remove all modules relating to drivers and make all functions obsolete. | Lukas Larsson | |
2011-08-01 | Exclude nif module from cover | Lukas Larsson | |
2011-08-01 | Expand per and ber performance suites with parallel asn1 runs | Lukas Larsson | |
2011-08-01 | Add nif vs driver vs erlang performance tests for per encode and ber decode. | Lukas Larsson | |
Results now suggest that nifs are 15% faster than driver for per and 5% faster for ber. Erlang is inbetween nif and driver for ber, but about 50% slower than driver for per. | |||
2011-08-01 | Extend particular smp testcase with a ber nif info | Lukas Larsson | |
2011-08-01 | Add support for nif option to optimized ber_bin_v2 asn1 compilation | Lukas Larsson | |
2011-08-01 | Pass compiler options directly through to the asn1 compiler in order to test ↵ | Lukas Larsson | |
nif enabled asn1 | |||
2011-05-19 | Corrected handling of long length in driver and updated test suites | Kenneth Lundin | |
2011-05-11 | Corrected test case that failed because of the removal of a catch in timer:tc | Kenneth Lundin | |
The test case is called test_inline and is using the wrong module name 'Mod1' instead of 'Mod'. This has never been working correcty but was hidden by the catch in timer:tc. | |||
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-07 | Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and ↵ | Kenneth Lundin | |
component relation attribute. | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting in ASN | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update asn1 tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update app_init to init_per_suite to conform with common_test standards. | Lukas Larsson | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-10-05 | Merge branch 'maint-r13' into dev | Kenneth Lundin | |
Conflicts: lib/asn1/doc/src/notes.xml lib/asn1/test/asn1_SUITE.erl.src lib/asn1/test/asn1_SUITE_data/extensionAdditionGroup.erl lib/asn1/test/test_undecoded_rest.erl lib/asn1/vsn.mk | |||
2010-10-04 | Add additional test to cover this correction | Kenneth Lundin | |
2010-09-23 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom | |
2010-09-10 | Merge branch 'kenneth/asn1/nested_extaddgroup/OTP-8797' into dev | Kenneth Lundin | |
* kenneth/asn1/nested_extaddgroup/OTP-8797: Add support for ExtensionAdditionGroup notation in nested types as well Conflicts: lib/asn1/test/test_undecoded_rest.erl | |||
2010-09-07 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-09-06 | Merge branch 'ta/asn1-test-compile-options' into dev | Björn Gustavsson | |
* ta/asn1-test-compile-options: Fix asn1_SUITE test_compile_options:verbose/1 | |||
2010-09-01 | Merge branch 'maint-r13' into dev | Björn Gustavsson | |
* maint-r13: asn1 tests: Remove duplicated SUITE data directories Update of vsn.mk, relnotes and appup for patch in R13B04 track Add support for Extension addition group Conflicts: lib/asn1/test/Makefile lib/asn1/test/asn1_SUITE.erl.src lib/asn1/vsn.mk OTP-8598 | |||
2010-08-27 | Merge branch 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ↵ | Erlang/OTP | |
../kenneth_otp into HEAD * 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ../kenneth_otp: Update of vsn.mk, relnotes and appup for patch in R13B04 track Add support for Extension addition group | |||
2010-08-27 | asn1 tests: Remove duplicated SUITE data directories | Björn Gustavsson | |
Having multiple copies is a maintenance nightmare. | |||
2010-08-26 | Fix asn1_SUITE test_compile_options:verbose/1 | Tuncer Ayaz | |
Match true = lists:prefix/2. | |||
2010-08-25 | Add support for Extension addition group | Kenneth Lundin | |
2010-04-08 | Add test for verbose option to asn1_SUITE | Tuncer Ayaz | |
Test that asn1ct correctly handles verbose option. Signed-off-by: Tuncer Ayaz <[email protected]> |