Update uACPI example tests since some now work#299
Conversation
|
I don't really know why the test failed - it works locally for me! I did see that the workflow took over 20 minutes to even start, so I'd love to blame Github... but just in case, @IsaacWoods any chance you could test on your machine? |
68703d1 to
f673cbf
Compare
|
So it's definitely not Github at fault then 😆 but they all still pass on my machine! Any ideas? |
|
Hm nope it fails on my machine too! Albeit with a different error ( I'm not 100% surprised though - I did wonder if I'd got the level copies in Not sure why it is passing locally for you - maybe some unstaged changes that fix this? Or just chance. |
|
Oh how weird! No, no unstaged changes here - plus I tried it on Windows and WSL-Ubuntu 22.04 Only thing I can think of is the iasl version? But that feels a bit sketchy... What version are you on? I've got |
|
Ah wait! I've just hit it on the Ubuntu version... Did a
Not sure what's going on there, but sadly I've run out of time to look today. |
The `copy_object_to_self` test triggers issue rust-osdev#300
|
OK, the failing test is somewhat outside the scope of this PR, so I've re-ignored the failing test and opened #300 to look for a resolution. |
Some of the tests based on the uACPI examples now work, so they can be included in the tests.