Skip to content

Commit d7d7386

Browse files
committed
Add notes to module_selector test about untested things
1 parent 1e8fe05 commit d7d7386

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
@@ -5,6 +5,15 @@
55

66
// REQUIRES: swift_feature_ModuleSelector
77

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

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

0 commit comments

Comments
 (0)