This revision was automatically updated to reflect the committed changes.
Closed by commit rL325835: Fix TestSBData.py on Windows (authored by amccarth,
committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D43532?vs=135148&id=135523#toc
Rep
amccarth created this revision.
amccarth added a reviewer: zturner.
Herald added a subscriber: sanjoy.
This test uses the SB API to set and read back bytes of data, and it works fine
when Python 2 is the scripting language. On Windows, however, Python 3 is the
default.
Note this line from the