2016-11-10 04:54:01 +08:00
|
|
|
# REQUIRES: shell
|
2018-06-27 00:58:19 +08:00
|
|
|
# Extracting the tar archive can get over the path limit on windows.
|
2016-05-04 01:30:44 +08:00
|
|
|
|
|
|
|
# RUN: rm -rf %t.dir
|
|
|
|
# RUN: mkdir -p %t.dir
|
|
|
|
# RUN: cd %t.dir
|
|
|
|
|
2017-01-06 10:33:53 +08:00
|
|
|
# RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck %s
|
2016-05-04 01:30:44 +08:00
|
|
|
# CHECK: cannot open abc: {{N|n}}o such file or directory
|
|
|
|
|
2017-01-06 10:33:53 +08:00
|
|
|
# RUN: tar xf repro.tar
|
2016-11-10 04:54:01 +08:00
|
|
|
# RUN: FileCheck --check-prefix=RSP %s < repro/response.txt
|
2016-05-04 01:30:44 +08:00
|
|
|
# RSP: abc
|
|
|
|
# RSP: -o t
|