LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 24557 - A few edge cases related to quote handling are broken on Windows
Summary: A few edge cases related to quote handling are broken on Windows
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 13:45 PDT by Zachary Turner
Modified: 2015-08-24 13:45 PDT (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Turner 2015-08-24 13:45:49 PDT
TestQuoting.test_bare_double
TestQuoting.test_bare_single
TestQuoting.test_no_quote
TestQuoting.test_single_in_double
TestQuoting.test_double_in_single
TestQuoting.test_double_quote_escape
TestQuoting.test_double_quote_escape2
TestQuoting.test_single_quote_escape
TestQuoting.test_single_quote

either fail or crash on Windows for various reasons.  Once fixed, unit tests should be added against the Args class for this as well.