diff options
author | Lukas Larsson <[email protected]> | 2012-08-30 15:40:09 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-30 15:40:09 +0200 |
commit | 24f0d49642ecc0cc566055f1c5b8c49e65c42537 (patch) | |
tree | a2389b6e77410aac598884139a93a402ce214554 /erts/test/otp_SUITE.erl | |
parent | 07852bfc037ca748ca10049f47330fba80a54ad8 (diff) | |
parent | c0ef28d5eecffc56b72a281a6d73f5ad1504bf0a (diff) | |
download | otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.tar.gz otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.tar.bz2 otp-24f0d49642ecc0cc566055f1c5b8c49e65c42537.zip |
Merge branch 'lukas/doc-fixes' into maint
* lukas/doc-fixes:
Document that CTHs can get fail/skip as Config
Ignore calls to dialyzer_timing when checking deprecated
Do not verify del_path as it is not always there
Fix broken links
Generate <a name="name"> tags in edoc xml headings
Fix compile warning
Fix boken spec
Diffstat (limited to 'erts/test/otp_SUITE.erl')
-rw-r--r-- | erts/test/otp_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl index 332733e075..5f28f22606 100644 --- a/erts/test/otp_SUITE.erl +++ b/erts/test/otp_SUITE.erl @@ -181,6 +181,7 @@ dialyzer_filter(Undef) -> ({_,{dialyzer_codeserver,_,_}}) -> false; ({_,{dialyzer_contracts,_,_}}) -> false; ({_,{dialyzer_cl_parse,_,_}}) -> false; + ({_,{dialyzer_timing,_,_}}) -> false; ({_,{dialyzer_plt,_,_}}) -> false; ({_,{dialyzer_succ_typings,_,_}}) -> false; ({_,{dialyzer_utils,_,_}}) -> false; |