Ignore uncomplete test
This commit is contained in:
parent
2f986da7ae
commit
c9792d1a1a
@ -203,6 +203,7 @@ mod test {
|
|||||||
use crate::{simulator::{machine::Machine, loader}, kernel::{system::System, thread::Thread, process::Process}};
|
use crate::{simulator::{machine::Machine, loader}, kernel::{system::System, thread::Thread, process::Process}};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "Pas encore terminé, contient des bugs"]
|
||||||
fn test_thread_context() {
|
fn test_thread_context() {
|
||||||
let mut machine = Machine::init_machine();
|
let mut machine = Machine::init_machine();
|
||||||
loader::load("../test.o", &mut machine, 0).expect("IO Error");
|
loader::load("../test.o", &mut machine, 0).expect("IO Error");
|
||||||
|
Loading…
Reference in New Issue
Block a user