summaryrefslogtreecommitdiff
path: root/Tools/TestResultServer/static-dashboards/dashboard_base.js
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-23 10:25:11 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-23 10:25:11 +0200
commit5ea819f80c6840c492386bfafbffb059c7e2091f (patch)
tree42ad0b1d82eff090d14278a088ea0f4840a0f938 /Tools/TestResultServer/static-dashboards/dashboard_base.js
parent43a42f108af6bcbd91f2672731c3047c26213af1 (diff)
downloadqtwebkit-5ea819f80c6840c492386bfafbffb059c7e2091f.tar.gz
Imported WebKit commit 20434eb8eb95065803473139d8794e98a7672f75 (http://svn.webkit.org/repository/webkit/trunk@132191)
New snapshot that should fix build with latest qtbase and the QPlastiqueStyle removal
Diffstat (limited to 'Tools/TestResultServer/static-dashboards/dashboard_base.js')
-rw-r--r--Tools/TestResultServer/static-dashboards/dashboard_base.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/TestResultServer/static-dashboards/dashboard_base.js b/Tools/TestResultServer/static-dashboards/dashboard_base.js
index 59502d603..6ec0c8e42 100644
--- a/Tools/TestResultServer/static-dashboards/dashboard_base.js
+++ b/Tools/TestResultServer/static-dashboards/dashboard_base.js
@@ -114,8 +114,6 @@ var ONE_WEEK_SECONDS = ONE_DAY_SECONDS * 7;
// These should match the testtype uploaded to test-results.appspot.com.
// See http://test-results.appspot.com/testfile.
var TEST_TYPES = [
- 'aura_unittests',
- 'aura_shell_unittests',
'base_unittests',
'browser_tests',
'cacheinvalidation_unittests',
@@ -136,7 +134,6 @@ var TEST_TYPES = [
'layout-tests',
'media_unittests',
'mini_installer_test',
- 'nacl_ui_tests',
'net_unittests',
'printing_unittests',
'remoting_unittests',