Skip to content

Commit bfb5c8a

Browse files
committed
Add notes to module_selector test about untested things
1 parent 2c5f965 commit bfb5c8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/NameLookup/module_selector.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
// Make sure the lack of the experimental flag disables the feature:
77
// RUN: not %target-typecheck-verify-swift -sdk %clang-importer-sdk -module-name main -I %S/Inputs 2>/dev/null
88

9+
// FIXME: This test doesn't really cover:
10+
//
11+
// * Whether X::foo finds foos in X's re-exports
12+
// * Whether we handle access paths correctly
13+
// * Interaction with ClangImporter
14+
// * Cross-module overlays, when those happen
15+
//
16+
// It also might not cover all combinations of name lookup paths and inputs.
17+
918
import ModuleSelectorTestingKit
1019

1120
import ctypes::bits // FIXME: ban using :: with submodules?

0 commit comments

Comments
 (0)