Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created March 2, 2021 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikdusan/33adbe85a030ff57f56d4a2c2167cb1e to your computer and use it in GitHub Desktop.
Save mikdusan/33adbe85a030ff57f56d4a2c2167cb1e to your computer and use it in GitHub Desktop.
llvm12: os.linux.io_uring.test "std-native-Debug-bare-single timeout
Test [476/1747] os.linux.io_uring.test "std-native-Debug-bare-single timeout (af... panic: actual 1.6e+01, not within margin 5.0e+00 of expected 1.0e+01
/home/mike/project/zig/work/llvm12/lib/std/testing.zig:215:32: 0x4d56e2 in testing.expectWithinMargin (test)
std.debug.panic("actual {}, not within margin {} of expected {}", .{ actual, margin, expected });
^
/home/mike/project/zig/work/llvm12/lib/std/os/linux/io_uring.zig:1356:31: 0x3ef471 in os.linux.io_uring.test "std-native-Debug-bare-single timeout (after a relative time)" (test)
testing.expectWithinMargin(@intToFloat(f64, ms), @intToFloat(f64, stopped - started), margin);
^
/home/mike/project/zig/work/llvm12/lib/std/special/test_runner.zig:69:28: 0x497d7c in std.special.main (test)
} else test_fn.func();
^
/home/mike/project/zig/work/llvm12/lib/std/start.zig:345:37: 0x45be9f in start.posixCallMainAndExit (test)
const result = root.main() catch |err| {
^
/home/mike/project/zig/work/llvm12/lib/std/start.zig:163:5: 0x45bd42 in start._start (test)
@call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment