Mercurial > hg > CbC > CbC_llvm
comparison lldb/test/Shell/Reproducer/TestPythonImport.test @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
172:9fbae9c8bf63 | 173:0572611fdcc8 |
---|---|
1 # REQUIRES: python | |
2 # UNSUPPORTED: system-windows | |
3 # Ensure that the reproducers know about imported Python modules. | |
4 | |
5 # RUN: rm -rf %t.repro | |
6 # 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 | |
8 # CAPTURE: 95126 | |
9 | |
10 # RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES | |
11 # FILES: foo.py |