Index: chrome/test/base/js2gtest.js |
diff --git a/chrome/test/base/js2gtest.js b/chrome/test/base/js2gtest.js |
index 9ec40a811cb06ccd5a2eca0be60cb1094c4bb111..b697b1e5b1c2cf53dccc69b9d4be54d0ceda6d88 100644 |
--- a/chrome/test/base/js2gtest.js |
+++ b/chrome/test/base/js2gtest.js |
@@ -187,6 +187,9 @@ function TEST_F(testFixture, testFunction, testBody) { |
print(' ' + testPredicate + '(RunJavascriptTestF(' + isAsyncParam + |
'"' + testFixture + '", ' + |
'"' + testFunction + '"));'); |
+ print(' ' + testPredicate + '(RunJavascriptTestF(' + isAsyncParam + |
Sheridan Rawlins
2012/11/29 17:43:48
Is there any mechanism for sheriffs to disable onl
dmazzoni
2012/11/29 18:44:33
I like this idea, but I think there should be a wa
aboxhall
2012/11/30 00:56:27
I agree - perhaps it could be more along the lines
dmazzoni
2012/11/30 19:22:31
If we use TEST_F it should be as a way to add a ne
|
+ '"' + testFixture + '", ' + |
+ '"accessibilityAudit"));'); |
Sheridan Rawlins
2012/11/29 17:43:48
I'm confused - is this adding one call to accessib
dmazzoni
2012/11/29 18:44:33
I think there may be many cases when running once
Sheridan Rawlins
2012/11/29 18:58:54
This js test infra generates C++ gtest tests - I'm
aboxhall
2012/11/30 00:56:27
Where would the explicit TEST_F be added? Would it
|
if (testGenPostamble) |
testGenPostamble(testFixture, testFunction); |
print('}'); |