[Webkit-unassigned] [Bug 169449] New: run-bindings-tests does not always report the names of failed tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 9 15:06:45 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169449
Bug ID: 169449
Summary: run-bindings-tests does not always report the names of
failed tests
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: svijayaraghavan at apple.com
CC: lforschler at apple.com
Created attachment 303997
--> https://bugs.webkit.org/attachment.cgi?id=303997&action=review
Output of run-bindings-tests
The test output (attached) for the below sample change does not point to any specific failure; it just says "some tests fail". It also includes a stack trace from the parser as part of the stdout.
diff --git a/Source/WebCore/bindings/scripts/test/TestMapLike.idl b/Source/WebCore/bindings/scripts/test/TestMapLike.idl
index fcf1fbf..3d8d4c9 100644
--- a/Source/WebCore/bindings/scripts/test/TestMapLike.idl
+++ b/Source/WebCore/bindings/scripts/test/TestMapLike.idl
@@ -23,5 +23,5 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
interface MapLike {
- maplike<DOMString, DOMString>;
+ maplike<DOMString>;
};
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170309/0d2dd133/attachment.html>
More information about the webkit-unassigned
mailing list