<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - TestWatchLocation.py fails with a unicode decode error"
   href="https://llvm.org/bugs/show_bug.cgi?id=27795">27795</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestWatchLocation.py fails with a unicode decode error
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>omair.javaid@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TestWatchLocation.py fails on arm-linux platform with following error:

Traceback (most recent call last):
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1469, in dwo_test_method
    return attrvalue(self)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 93, in wrapper
    func(*args, **kwargs)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 93, in wrapper
    func(*args, **kwargs)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 93, in wrapper
    func(*args, **kwargs)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/decorators.py",
line 93, in wrapper
    func(*args, **kwargs)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py",
line 79, in test_hello_watchlocation
    self.runCmd("process continue")
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1765, in runCmd
    print(self.res.GetError(), file=sbuf)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 269, in __exit__
    print(self.getvalue(), file=self.session)
  File
"/home/omair/work/lldb-dev/llvm/tools/lldb/packages/Python/lldbsuite/support/encoded_file.py",
line 32, in impl
    s = s.decode(encoding)
  File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfb in position 190:
invalid start byte


A previous discussion exists on the topic here: <a href="http://reviews.llvm.org/D16736">http://reviews.llvm.org/D16736</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>