mirror of
https://github.com/apple/swift.git
synced 2026-01-07 22:52:31 +01:00
At least test_rth.swift is checking the name of the executable during the test, so renaming every executable to __executable in Android will never work. Also, during the rth tool execution, all the results from before and after are pushed for every test. Since Android copies the passed files without relative paths, the library files will overwrite each other, making the test fail. Depends on #19949 (more or less)