Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5573)

Unified Diff: chrome/test/data/webui/history_browsertest.js

Issue 1284083002: Print stack traces in child processes when browser tests failed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webui/history_browsertest.js
diff --git a/chrome/test/data/webui/history_browsertest.js b/chrome/test/data/webui/history_browsertest.js
index 1b02585c14c5d9c248d116032b992872f3f64bf9..72227db85b3922284a36cc73bb428903553d3a8d 100644
--- a/chrome/test/data/webui/history_browsertest.js
+++ b/chrome/test/data/webui/history_browsertest.js
@@ -823,7 +823,7 @@ TEST_F('HistoryWebUIRealBackendTest',
* Test individual deletion of history entries.
*/
// Flakes on Win. http://crbug.com/334372#c3
-TEST_F('HistoryWebUIRealBackendTest', 'DISABLED_singleDeletion', function() {
+TEST_F('HistoryWebUIRealBackendTest', 'singleDeletion', function() {
// Deletes the history entry represented by |entryElement|, and calls callback
// when the deletion is complete.
var removeEntry = function(entryElement, callback) {

Powered by Google App Engine
This is Rietveld 408576698