You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `#[ffi_const]` and `#[ffi_pure]` attributes applies clang's `const` and `pure` attributes to foreign functions declarations, respectively. These attributes are the core element of the tests in this category.
@@ -733,15 +745,9 @@ Various tests related to rejecting invalid inputs.
733
745
734
746
**FIXME**: This is rather uninformative, possibly rehome into more meaningful directories.
735
747
736
-
## `tests/ui/invalid-compile-flags/`
737
-
738
-
Tests for checking that invalid usage of compiler flags are rejected.
739
-
740
-
## `tests/ui/io-checks/`
741
-
742
-
Contains a single test. The test tries to output a file into an invalid directory with `-o`, then checks that the result is an error, not an internal compiler error.
748
+
## `tests/ui/io-checks/`: Input Output
743
749
744
-
**FIXME**: Rehome to invalid compiler flags maybe.
750
+
Tests for I/O related behaviour, covering stdout/stderr handling and error propagation.
745
751
746
752
## `tests/ui/issues/`: Tests directly related to GitHub issues
0 commit comments