Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | Merge branch 'sverker/ASSERT_IN_ENV' | Sverker Eriksson | |
* sverker/ASSERT_IN_ENV: erts: Add macro ERTS_PROC_LOCKS_HIGHER_THAN erts: Cleanup and extra assertions in nif_SUITE.c erts: Cleanup enif_make_reverse_list erts: Add assertions for correct ErlNifEnv erts: Make erts_dbg_within_proc available # Conflicts: # erts/emulator/beam/erl_gc.h | |||
2017-01-17 | Scheduler wall time support for dirty schedulers | Rickard Green | |
2017-01-17 | Always return info from system_info(dirty_[cpu|io]_schedulers*) | Rickard Green | |
2017-01-16 | erts: Fix port_trace_SUITE to join threads | Sverker Eriksson | |
when port is closed before driver may be unloaded. | |||
2017-01-12 | erts: Cleanup and extra assertions in nif_SUITE.c | Sverker Eriksson | |
2017-01-12 | Support for dirty BIFs | Rickard Green | |
2017-01-12 | Reduction counting on non-tail return | Rickard Green | |
2017-01-11 | Merge branch 'maint' | Rickard Green | |
* maint: Fix processes() BIF test cases | |||
2017-01-11 | Merge branch 'rickard/test-fix' into maint | Rickard Green | |
* rickard/test-fix: Fix processes() BIF test cases | |||
2017-01-10 | Fix processes() BIF test cases | Rickard Green | |
2017-01-09 | nif_SUITE: Send message from stop callback | Sverker Eriksson | |
2017-01-09 | erts: Cleanup and extra assertions in nif_SUITE.c | Sverker Eriksson | |
2017-01-03 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-03 | Merge branch 'sverker/cuddle-port_SUITE' again into maint | Sverker Eriksson | |
* sverker/cuddle-port_SUITE: erts: Fix some compile warnings for port_SUITE erts: Add missing make rules for port_SUITE | |||
2016-12-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-20 | Merge pull request #1263 from hawk/hm/stacktrace-depth/OTP-14119 | Sverker Eriksson | |
Make depth of current_stacktrace configurable | |||
2016-12-20 | Merge branch 'sverker/misc-master' | Sverker Eriksson | |
2016-12-20 | erts: Fix some compile warnings for port_SUITE | Sverker Eriksson | |
2016-12-20 | erts: Add missing make rules for port_SUITE | Sverker Eriksson | |
Seems some default rule made it work before until an upgrade of FreeBSD resulted in: make: don't know how to make dead_port. Stop | |||
2016-12-20 | Merge branch 'mikpe/erts/system_info-atom_table/PR-1286/OTP-13976' | Lukas Larsson | |
* mikpe/erts/system_info-atom_table/PR-1286/OTP-13976: erts: add erlang:system_info(atom_count) | |||
2016-12-20 | erts: add erlang:system_info(atom_count) | Mikael Pettersson | |
2016-12-19 | Add ErlNifSelectReturn | Sverker Eriksson | |
2016-12-19 | nif_SUITE: Add last_fd_stop_call | Sverker Eriksson | |
2016-12-19 | Add stop arguments: fd and is_direct_call | Sverker Eriksson | |
2016-12-19 | erts: Add testing + some minor fixes | Sverker Eriksson | |
2016-12-19 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-19 | Merge branch 'sverker/cuddle-port_SUITE' into maint | Sverker Eriksson | |
* sverker/cuddle-port_SUITE: erts: Fix faulty printout in port_SUITE | |||
2016-12-19 | erts: Add ERL_ABORT_ON_FAILURE for driver_SUITE | Sverker Eriksson | |
2016-12-19 | Merge branch 'maint' | Rickard Green | |
* maint: Remove faulty release note for these fixes New test cases testing stacktrace from apply on erlang:error() Fix stactrace for apply on error/[1,2], exit/1, or throw/1 Fix stack-trace generated by a traced process Conflicts: erts/emulator/beam/beam_emu.c erts/etc/unix/etp-commands.in | |||
2016-12-19 | Merge branch 'rickard/stacktrace-bugs' into maint | Rickard Green | |
OTP-14055 * rickard/stacktrace-bugs: Remove faulty release note for these fixes New test cases testing stacktrace from apply on erlang:error() Fix stactrace for apply on error/[1,2], exit/1, or throw/1 Fix stack-trace generated by a traced process | |||
2016-12-19 | New test cases testing stacktrace from apply on erlang:error() | Rickard Green | |
2016-12-19 | Fix stack-trace generated by a traced process | Rickard Green | |
2016-12-19 | erts: Fix faulty printout in port_SUITE | Sverker Eriksson | |
2016-12-16 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-16 | Merge branch 'sverker/cuddle-code_SUITE-versions' into maint | Sverker Eriksson | |
* sverker/cuddle-code_SUITE-versions: erts: Fix hanging race in code_SUITE:versions | |||
2016-12-15 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Create CONTRIBUTING.md (#1278) Make sure that Travis fails when test cases fail Don't include problematic test cases in smoke test | |||
2016-12-12 | erts: Make depth of current_stacktrace configurable | Håkan Mattsson | |
The BIF process_info(Pid, current_stacktrace) truncates the stacktrace. The old behavior was to truncate long stacktraces to max 8 items. And this was hard coded. Now it is truncated to the value of system_flag(backtrace_depth) instead. The backtrace_depth defaults to 8, but is configurable. | |||
2016-12-12 | Don't include problematic test cases in smoke test | Björn Gustavsson | |
In time_SUITE, the univ_to_local/1 and local_to_univ/1 test cases will fail if they are run outside the CET timezone. The consistency/1 test case uses is not reliable in March and October because it uses a simplified model for when the switch to/from DST is done. | |||
2016-12-08 | erts: Fix hanging race in code_SUITE:versions | Sverker Eriksson | |
Monitor first, then ask to terminate. | |||
2016-12-07 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Update copyright-year Conflicts: lib/dialyzer/src/dialyzer.hrl lib/dialyzer/src/dialyzer_options.erl lib/dialyzer/test/opaque_SUITE_data/src/recrec/dialyzer.hrl lib/dialyzer/test/opaque_SUITE_data/src/recrec/dialyzer_races.erl lib/hipe/icode/hipe_icode.erl lib/hipe/main/hipe.erl lib/hipe/main/hipe.hrl.src lib/hipe/main/hipe_main.erl | |||
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-11-30 | erts: Add enif_select & enif_open_resource_type_x | Sverker Eriksson | |
2016-11-30 | Merge branch 'sverker/cuddle-hipe-fun-purge-test' | Sverker Eriksson | |
* sverker/cuddle-hipe-fun-purge-test: erts: Fix race in code_SUITE:call_purged_fun_* erts: Refactor test code erts: Add ?line macro for some hipe testing | |||
2016-11-30 | erts: Fix race in code_SUITE:call_purged_fun_* | Sverker Eriksson | |
Must wait for process P0 to enter fun F2 before starting purge, to make sure it's not suspended. | |||
2016-11-30 | erts: Refactor test code | Sverker Eriksson | |
2016-11-30 | erts: Add ?line macro for some hipe testing | Sverker Eriksson | |
2016-11-28 | Merge branch 'sverker/nif-entry-abi-compat' | Sverker Eriksson | |
* sverker/nif-entry-abi-compat: erts: Fix code_SUITE:api_2_0,upgrade crash on win64 erts: Add tests of nif API 2.0 erts: Change nif_SUITE to use binaries for raw pointers erts: Use test groups to repeat for different APIs erts: Add testing of old nif API erts: Secure abi backward compat for tracer nifs erts: Mend broken checks in nif_SUITE | |||
2016-11-25 | erts: Fix code_SUITE:api_2_0,upgrade crash on win64 | Sverker Eriksson | |
2016-11-23 | erts: Add tests of nif API 2.0 | Sverker Eriksson | |
2016-11-23 | erts: Change nif_SUITE to use binaries for raw pointers | Sverker Eriksson | |