summaryrefslogtreecommitdiff
path: root/erts/emulator/test/trace_bif_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2021-02-25 10:20:30 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2021-03-01 06:31:19 +0100
commitcb406f4ae248e8f2164cf53486b163295ee53485 (patch)
treeac25f183f41b304797505fede3052706e82b833d /erts/emulator/test/trace_bif_SUITE.erl
parent4124d78d531c2b5a0b2a6227a27adc78bee16c45 (diff)
downloaderlang-cb406f4ae248e8f2164cf53486b163295ee53485.tar.gz
Remove redundant tests for native code
Diffstat (limited to 'erts/emulator/test/trace_bif_SUITE.erl')
-rw-r--r--erts/emulator/test/trace_bif_SUITE.erl20
1 files changed, 6 insertions, 14 deletions
diff --git a/erts/emulator/test/trace_bif_SUITE.erl b/erts/emulator/test/trace_bif_SUITE.erl
index f12c359874..3fed2fc8a8 100644
--- a/erts/emulator/test/trace_bif_SUITE.erl
+++ b/erts/emulator/test/trace_bif_SUITE.erl
@@ -23,27 +23,19 @@
-include_lib("common_test/include/ct.hrl").
-export([all/0, suite/0]).
--export([trace_bif/1, trace_bif_timestamp/1, trace_on_and_off/1,
+-export([trace_bif/1, trace_bif_timestamp/1, trace_on_and_off/1,
trace_bif_local/1,
- trace_bif_timestamp_local/1, trace_bif_return/1, not_run/1,
+ trace_bif_timestamp_local/1, trace_bif_return/1,
trace_info_old_code/1]).
-export([bif_process/0]).
suite() -> [{ct_hooks,[ts_install_cth]}].
-all() ->
- case test_server:is_native(trace_bif_SUITE) of
- true -> [not_run];
- false ->
- [trace_bif, trace_bif_timestamp, trace_on_and_off,
- trace_bif_local, trace_bif_timestamp_local,
- trace_bif_return, trace_info_old_code]
- end.
-
-
-not_run(Config) when is_list(Config) ->
- {skipped,"Native code"}.
+all() ->
+ [trace_bif, trace_bif_timestamp, trace_on_and_off,
+ trace_bif_local, trace_bif_timestamp_local,
+ trace_bif_return, trace_info_old_code].
%% Tests switching tracing on and off.
trace_on_and_off(Config) when is_list(Config) ->