aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-02-09 10:00:20 +0100
committerBjörn Gustavsson <[email protected]>2017-02-09 10:00:20 +0100
commit9d1fc57510b2a7c992ca160f9edf3de1e092a2e3 (patch)
tree1dfa36cb5da222fd778ce3da934a3b667d0954ad /erts
parent24a1f4f2cc708d2dfd22b6390329abc96bff4f38 (diff)
parent03afef50394dbbaac9510835c8568b8ad19f9389 (diff)
downloadotp-9d1fc57510b2a7c992ca160f9edf3de1e092a2e3.tar.gz
otp-9d1fc57510b2a7c992ca160f9edf3de1e092a2e3.tar.bz2
otp-9d1fc57510b2a7c992ca160f9edf3de1e092a2e3.zip
Merge branch 'maint'
* maint: Reduce size of the log file for Travis CI Include more otp_SUITE tests cases in the smoke test
Diffstat (limited to 'erts')
-rw-r--r--erts/test/system_smoke.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/erts/test/system_smoke.spec b/erts/test/system_smoke.spec
index 933d1ba22d..99092c1dab 100644
--- a/erts/test/system_smoke.spec
+++ b/erts/test/system_smoke.spec
@@ -1,3 +1,8 @@
{suites,"../system_test",[ethread_SUITE]}.
-{cases,"../system_test",otp_SUITE,[undefined_functions]}.
+{cases,"../system_test",otp_SUITE,
+ [undefined_functions,
+ deprecated_not_in_obsolete,
+ obsolete_but_not_deprecated,
+ call_to_size_1,
+ call_to_now_0]}.
{skip_cases,"../system_test",ethread_SUITE,[max_threads],"Skip"}.