Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// REQUIRES: concurrency
// REQUIRES: distributed

// FIXME(distributed): test fails on optimized build: OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS
// REQUIRES: radar97074020

import Distributed
import FakeDistributedActorSystems

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

// Make sure we can skip in all of the below cases.

// We don't appear to output a stats entry when it is 0.
// CHECK-NOT: {{"Parse.NumFunctionsParsed"}}
// The printing implementation differs in asserts and no-asserts builds, it will
// either print `"Parse.NumFunctionsParsed" 0` or not print it at all. Make sure
// we don't output any non-zero value.
// CHECK-NOT: {{"Parse.NumFunctionsParsed" [^0]}}

// Balanced `{}`, so okay.
func a() { / {}/ }
Expand Down