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 'swift_interpreter' feature is added when targeting Linux,
however this feature is not available when targeting Android
specifically.
This marks the following failing tests as unsupported:
- Serialization/operator.swift
- Interpreter/return_from_main.swift
- Interpreter/mandelbrot.swift
- Interpreter/fractal.swift
- DebugInfo/variables-interpreter.swift
- 1_stdlib/Reflection_jit.swift
The following tests no longer pass, and instead are unsupported:
- Interpreter/shebang-env.swift
- Interpreter/protocol_lookup_jit.swift
- Interpreter/process_arguments.swift
- Interpreter/import.swift
- Driver/subcommands.swift
- Driver/options-interpreter.swift
These tests were passing because they use incorrect substitutions.
Tests should use `%target-swift-frontend` to invoke
`swift -frontend` with the correct `-target` specified, but
these tests use the plain `%swift`--which means they're running
against the host machine, not the target.
0 commit comments