Skip to content

Commit e4def46

Browse files
committed
[fix] update log match
1 parent 260e8c4 commit e4def46

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

rust/exception/expect_debug_aarch64.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Primary CPU 0 init OK.
1616
Running exception tests...
1717
BRK #0x0 @ 0x[0-9a-f]\{16\}
1818
Breakpoint test OK!
19-
Page fault @ VA:0xdeadbeef, access_flags: WRITE, is_user: false
19+
Page fault @ VA:0xdeadbeef, access_flags: WRITE
2020
Page fault test OK!
2121
Shutting down...

rust/exception/expect_debug_loongarch64.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Primary CPU 0 init OK.
1616
Running exception tests...
1717
Exception(Breakpoint) @ 0x[0-9a-f]\{16\}
1818
Breakpoint test OK!
19-
Page fault @ VA:0xdeadbeef, access_flags: WRITE, is_user: false
19+
Page fault @ VA:0xdeadbeef, access_flags: WRITE
2020
Page fault test OK!
2121
Shutting down...

rust/exception/expect_debug_riscv64.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Primary CPU 0 init OK.
1616
Running exception tests...
1717
Exception(Breakpoint) @ 0x[0-9a-f]\{16\}
1818
Breakpoint test OK!
19-
Page fault @ VA:0xdeadbeef, access_flags: WRITE, is_user: false
19+
Page fault @ VA:0xdeadbeef, access_flags: WRITE
2020
Page fault test OK!
2121
Shutting down...

rust/exception/expect_debug_x86_64.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Primary CPU 0 init OK.
1616
Running exception tests...
1717
#BP @ 0x[0-9a-f]\{16\}
1818
Breakpoint test OK!
19-
Page fault @ VA:0xdeadbeef, access_flags: WRITE, is_user: false
19+
Page fault @ VA:0xdeadbeef, access_flags: WRITE
2020
Page fault test OK!
2121
Shutting down...

0 commit comments

Comments
 (0)