Skip to content

Commit

Permalink
Merge branch 'master' into fix-5969-sync-for-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer authored Jan 22, 2025
2 parents 7255d3d + 67fc9ec commit d07403b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Source/IntegrationTests/TestFiles/LitTests/LitTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ will be flagged by CI, and should be fixed by either converting it to use
to flag it as intentionally inconsistent,
for tests of backend-specific externs for example.

If a platform is not supported, please use the following command:

```
// UNSUPPORTED: windows, macosx
```

You can specify one or multiple platforms separated by a comma among `windows`, `posix`, `macosx`

## Executing Tests from JetBrains Rider

You will likely find it more convenient to run tests from an IDE such as
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UNSUPPORTED: macosx
// Unsupported because the resource count is slightly different on macosx
// RUN: %testDafnyForEachResolver --expect-exit-code=4 "%s" -- --allow-deprecation --performance-stats=1


codatatype Stream<T> = Cons(head: T, tail: Stream)

ghost function Upward(n: int): Stream<int>
Expand Down

0 comments on commit d07403b

Please sign in to comment.