WebKit Bugzilla
Attachment 347491 Details for
Bug 188743
: Add WPE Debug configuration to the flakiness dashboard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188743-20180820151347.patch (text/plain), 2.47 KB, created by
Claudio Saavedra
on 2018-08-20 05:13:48 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Claudio Saavedra
Created:
2018-08-20 05:13:48 PDT
Size:
2.47 KB
patch
obsolete
>Subversion Revision: 235036 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 74a23b41fbe9c5fc3910799e657fb9de7ee3a3b8..1ae87b883d47c286c9182a6005f2afa6855ebd87 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-08-20 Claudio Saavedra <csaavedra@igalia.com> >+ >+ Add WPE Debug configuration to the flakiness dashboard >+ https://bugs.webkit.org/show_bug.cgi?id=188743 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * TestResultServer/static-dashboards/builders.jsonp: >+ * TestResultServer/static-dashboards/flakiness_dashboard_unittests.js: >+ > 2018-08-19 Carlos Garcia Campos <cgarcia@igalia.com> > > [GLIB] Add API to throw exceptions using printf formatted strings >diff --git a/Tools/TestResultServer/static-dashboards/builders.jsonp b/Tools/TestResultServer/static-dashboards/builders.jsonp >index 7223d13a969fccbb149fe05ae14c331b3bd0a5bc..467c99cd833b2c4a4837591a9da28456e30b095c 100644 >--- a/Tools/TestResultServer/static-dashboards/builders.jsonp >+++ b/Tools/TestResultServer/static-dashboards/builders.jsonp >@@ -22,7 +22,8 @@ LOAD_BUILDBOT_DATA([ > "GTK Linux 64-bit Debug (Tests)", > "GTK Linux 64-bit Release (Tests)", > "GTK Linux 64-bit Release Wayland (Tests)", >- "WPE Linux 64-bit Release (Tests)" >+ "WPE Linux 64-bit Release (Tests)", >+ "WPE Linux 64-bit Debug (Tests)" > ] > } > }, >diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js >index a456fb888112591ca60673155618e3aec1b7abc6..3ca4545392958451f180ec0f332dac06f2905c56 100644 >--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js >+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js >@@ -162,6 +162,7 @@ test('platformAndBuildType', 30, function() { > runPlatformAndBuildTypeTest('Windows 7 Release (Tests)', 'APPLE_WIN_WIN7', 'RELEASE'); > runPlatformAndBuildTypeTest('Windows XP Debug (Tests)', 'APPLE_WIN_XP', 'DEBUG'); > runPlatformAndBuildTypeTest('WPE Linux 64-bit Release (Tests)', 'WPE_LINUX', 'RELEASE'); >+ runPlatformAndBuildTypeTest('WPE Linux 64-bit Debug (Tests)', 'WPE_LINUX', 'DEBUG'); > > // FIXME: Should WebKit2 be it's own platform? > runPlatformAndBuildTypeTest('MountainLion Release (WebKit2 Tests)', 'APPLE_MAC_MOUNTAINLION_WK2', 'RELEASE');
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mcatanzaro
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188743
: 347491