зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1396665 - Temporarily disable bad-string subtests in test_parser_diagnostics_unprintables.html r=emilio
MozReview-Commit-ID: IUGy4uP6iRS --HG-- extra : rebase_source : 2ba9dd060245141659bc1b0a357e9b62043be9e2
This commit is contained in:
Родитель
eccbb7589b
Коммит
23f9f1b466
|
@ -44,7 +44,8 @@ let patterns = [
|
|||
{ i: "x{ '<t>'}" , o: isStylo ? 'declaration but found \u2018"<s>"\u2019.'
|
||||
: "declaration but found \u2018'<s>'\u2019." },
|
||||
// _Bad_String
|
||||
{ i: "x{ '<t>\n}", o: isStylo ? 'declaration but found \u2018"<s>\u2019.'
|
||||
// FIXME: temporarily disabled https://bugzilla.mozilla.org/show_bug.cgi?id=1396664
|
||||
{ i: "x{ '<t>\n}", o: isStylo ? "declaration but found \u2018\"<bad string>\n\u2019."
|
||||
: "declaration but found \u2018'<s>\u2019." },
|
||||
];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче