We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1981aec commit dca2031Copy full SHA for dca2031
src/si/area.rs
@@ -84,6 +84,8 @@ mod tests {
84
}
85
86
#[test]
87
+ // #392: Disable tests on ARM until issues with floating point behavior can be resolved.
88
+ #[cfg(not(target_arch = "arm"))]
89
fn check_units() {
90
// Values too large for f32.
91
if TypeId::of::<f64>() == TypeId::of::<V>() {
src/si/volume.rs
@@ -157,6 +157,8 @@ mod tests {
157
158
159
160
161
162
163
164
0 commit comments