Skip to content

Commit 4d7f13c

Browse files
committed
Revert "[libcxx][test] Fix a test for the range of file offsets on ARMv7 Linux targets.
Test to see how the CI fares with this XFAIL removed, on some of the other CI configurations (where it was unclear whether they were executed or not before).
1 parent d52815e commit 4d7f13c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/offset_range.pass.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
//
2929
// XFAIL: target=powerpc-{{.+}}-aix{{.*}}
3030

31-
// By default, off_t is typically a 32-bit integer on ARMv7 Linux systems,
32-
// meaning it can represent file sizes up to 2GB (2^31 bytes) only.
33-
//
34-
// UNSUPPORTED: target=armv7-unknown-linux-gnueabihf
35-
3631
#include <fstream>
3732
#include <iostream>
3833
#include <cassert>

0 commit comments

Comments
 (0)