Bug 864694 - Remove the string "Assertion failure:" from jsreftest summaries to avoid TBPL false positives; r=terrence

This commit is contained in:
Ed Morley 2013-04-24 09:52:04 +01:00
Родитель dd3922f3f4
Коммит d464a5f858
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@
//-----------------------------------------------------------------------------
var BUGNUMBER = 568786;
var summary =
'"Assertion failure: !(attrs & (JSPROP_GETTER | JSPROP_SETTER))," with ' +
'Do not assert: !(attrs & (JSPROP_GETTER | JSPROP_SETTER)) with ' +
'Object.defineProperty';
print(BUGNUMBER + ": " + summary);

Просмотреть файл

@ -5,7 +5,7 @@
//-----------------------------------------------------------------------------
var BUGNUMBER = 478314;
var summary = 'Do not assert: Assertion failed: "need a way to EOT now, since this is trace end": 0';
var summary = 'Do not assert: "need a way to EOT now, since this is trace end": 0';
var actual = '';
var expect = '';

Просмотреть файл

@ -5,7 +5,7 @@
//-----------------------------------------------------------------------------
var BUGNUMBER = 466128;
var summary = 'Assertion failure: staticLevel == script->staticLevel, at ../jsobj.cpp';
var summary = 'Do not assert: staticLevel == script->staticLevel, at ../jsobj.cpp';
var actual = '';
var expect = '';