File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,20 @@ index 958ab43..dcf1044 100644
5252+ }
5353+
5454+ if cfg!(all(target_arch = "x86_64", unix)) {
55- + if test.test == "OptionU128" && test.options.convention == CallingConvention::Rust && test.options.repr == LangRepr::Rust {
55+ + if test.test == "OptionU128" && test.caller == "cgclif" && test. options.convention == CallingConvention::Rust && test.options.repr == LangRepr::Rust {
5656+ result.check = Busted(Run);
5757+ }
58+ +
59+ + if test.test == "OptionU128" && test.caller == "rustc" && test.options.convention == CallingConvention::Rust && test.options.repr == LangRepr::Rust {
60+ + result.check = Busted(Check);
61+ + }
5862+ }
5963+
6064+ if cfg!(all(target_arch = "x86_64", windows)) {
6165+ if test.test == "OptionU128" && test.options.convention == CallingConvention::Rust {
6266+ result.check = Busted(Check);
6367+ }
6468+
65- + if test.test == "OptionU128" && test.options.convention == CallingConvention::Rust && (test.caller == "rustc" || test.options.repr == LangRepr::Rust) {
66- + result.check = Busted(Run);
67- + }
68- +
6969+ if test.test == "simple" && test.options.convention == CallingConvention::Rust {
7070+ result.check = Busted(Check);
7171+ }
You can’t perform that action at this time.
0 commit comments