File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 9999 # TODO: remove when fixed in the above branch.
100100 - run : git -C linux apply ../ci/patches/0001-Skip-GCC-flag-for-bindgen.patch
101101
102+ # TODO: remove when fixed in the above branch.
103+ - run : git -C linux apply ../ci/patches/0001-Ignore-some-failing-tests.patch
104+
102105 # Setup: `busybox`.
103106 - run : |
104107 git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/
Original file line number Diff line number Diff line change 1+ From 9a6c9860dacb8f337cf968d27a43a05788db5eeb Mon Sep 17 00:00:00 2001
2+ From: Antoni Boucher <bouanto@zoho.com>
3+ Date: Sun, 21 Dec 2025 10:44:08 -0500
4+ Subject: [PATCH] Ignore some failing tests
5+
6+ ---
7+ rust/macros/lib.rs | 4 ++--
8+ 1 file changed, 2 insertions(+), 2 deletions(-)
9+
10+ diff --git a/rust/macros/lib.rs b/rust/macros/lib.rs
11+ index b38002151871..8b2af1dc79d0 100644
12+ --- a/rust/macros/lib.rs
13+ +++ b/rust/macros/lib.rs
14+ @@ -59,7 +59,7 @@
15+ ///
16+ /// # Examples
17+ ///
18+ - /// ```
19+ + /// ```ignore
20+ /// use kernel::prelude::*;
21+ ///
22+ /// module!{
23+ @@ -99,7 +99,7 @@
24+ /// build an initramfs uses this information to put the firmware files into
25+ /// the initramfs image.
26+ ///
27+ - /// ```
28+ + /// ```ignore
29+ /// use kernel::prelude::*;
30+ ///
31+ /// module!{
32+ - -
33+ 2.52.0
34+
You can’t perform that action at this time.
0 commit comments