This revision was automatically updated to reflect the committed changes.
Closed by commit rL261901: Fix PythonDataObjectsTests for python 2 (authored by
labath).
Changed prior to commit:
http://reviews.llvm.org/D17545?vs=48820&id=49081#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17545
Sorry, was out for a few days and i missed this. Seems ok then
On Thu, Feb 25, 2016 at 8:25 AM Pavel Labath wrote:
> labath added a comment.
>
> Any thoughts on this?
>
> This is currently the only failing unit test on linux.
>
>
> http://reviews.llvm.org/D17545
>
>
>
>
_
labath added a comment.
Any thoughts on this?
This is currently the only failing unit test on linux.
http://reviews.llvm.org/D17545
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commi
labath added inline comments.
Comment at: unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp:212
@@ -211,3 +211,2 @@
PythonBytes python_bytes(PyRefType::Owned, py_bytes);
-EXPECT_EQ(PyObjectType::Bytes, python_bytes.GetObjectType());
zturner
zturner added a comment.
http://reviews.llvm.org/D17545
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
zturner added inline comments.
Comment at: unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp:212
@@ -211,3 +211,2 @@
PythonBytes python_bytes(PyRefType::Owned, py_bytes);
-EXPECT_EQ(PyObjectType::Bytes, python_bytes.GetObjectType());
Seems l