1*1f80e515SJonas Devlieghere# REQUIRES: python
2*1f80e515SJonas Devlieghere# UNSUPPORTED: system-windows
3*1f80e515SJonas Devlieghere# Ensure that the reproducers know about imported Python modules.
4*1f80e515SJonas Devlieghere
5*1f80e515SJonas Devlieghere# RUN: rm -rf %t.repro
6*1f80e515SJonas Devlieghere# RUN: %lldb -x -b --capture --capture-path %t.repro -o 'command script import  %S/Inputs/foo.py' -o 'reproducer generate' | FileCheck %s --check-prefix CAPTURE
7*1f80e515SJonas Devlieghere
8*1f80e515SJonas Devlieghere# CAPTURE: 95126
9*1f80e515SJonas Devlieghere
10*1f80e515SJonas Devlieghere# RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES
11*1f80e515SJonas Devlieghere# FILES: foo.py
12