Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Integration tests for spawn_monitor/1
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Aug 24, 2020
1 parent cd5c539 commit 9fd5973
Show file tree
Hide file tree
Showing 18 changed files with 125 additions and 422 deletions.
16 changes: 1 addition & 15 deletions native_implemented/otp/src/erlang/spawn_monitor_1/test.rs
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
mod with_function;

use std::convert::TryInto;
use std::ptr::NonNull;

use anyhow::*;

use liblumen_alloc::erts::exception;
use liblumen_alloc::erts::process::{Process, Status};
use liblumen_alloc::erts::term::prelude::*;
use liblumen_alloc::{atom, exit};
// `with_function` in integration tests

use crate::erlang::spawn_monitor_1::result;
use crate::runtime::process::current_process;
use crate::runtime::registry::pid_to_process;
use crate::runtime::scheduler;
use crate::test;
use crate::test::*;

#[test]
fn without_function_errors_badarg() {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9fd5973

Please sign in to comment.