Skip to content

Commit 9b0065d

Browse files
author
Tom Dohrmann
committed
don't run default_handlers test on windows
1 parent e633293 commit 9b0065d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/structures/idt.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,9 @@ mod test {
13501350
}
13511351

13521352
#[cfg(all(feature = "instructions", feature = "abi_x86_interrupt"))]
1353+
// there seems to be a bug in LLVM that causes rustc to crash on windows when compiling this test:
1354+
// https://github.com/rust-osdev/x86_64/pull/285#issuecomment-962642984
1355+
#[cfg(not(windows))]
13531356
#[test]
13541357
fn default_handlers() {
13551358
fn general_handler(

0 commit comments

Comments
 (0)