You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://build.chromium.org/p/chromium.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%282%29/builds/441/steps/memory%20test%3A%20unit_3/logs/stdio [ RUN ] ExtensionServiceTest.InstallTheme
[2428:3848:0919/040400:1032996250:ERROR:storage_partition_impl.cc(88)] Couldn't remove data of type 1 for origin chrome-extension://iamefpfkojoapidjnbafmgkgncegbkad/. Status: 11
[2428:3848:0919/040401:1032996781:ERROR:storage_partition_impl.cc(88)] Couldn't remove data of type 2 for origin chrome-extension://iamefpfkojoapidjnbafmgkgncegbkad/. Status: 11
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(832): error: Value of: actual_extension_count
Actual: 1
Expected: expected_extensions_count_
Which is: 2
E:\b\build\slave\chromium-dbg-win-drmemory-full-2\build\src\chrome\test\data\extensions\theme2.crx
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 1
Expected: count
Which is: 2
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(832): error: Value of: actual_extension_count
Actual: 2
Expected: expected_extensions_count_
Which is: 3
E:\b\build\slave\chromium-dbg-win-drmemory-full-2\build\src\chrome\test\data\extensions\theme_with_extension.crx
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 2
Expected: count
Which is: 3
[2428:3848:0919/040412:1033008231:WARNING:extension_error_reporter.cc(56)] Extension error: Package is invalid: 'CRX_VERSION_NUMBER_INVALID'.
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 2
Expected: count
Which is: 3
[2428:3848:0919/040413:1033009604:WARNING:scoped_temp_dir.cc(17)] Could not delete temp dir in dtor.
[ FAILED ] ExtensionServiceTest.InstallTheme (47614 ms)
Cannot reproduce on my local machine, and the light mode on MFYI bot seems fine, so exclude it for now.
** INFO native: works
** INFO full mode: fails
** INFO -no_check_uninitialized: works
** INFO -no_fastpath: works
** INFO no fastpath for floating-point instrs: works
So it's something to do w/ floats. Not sure yet exactly what though.
I spent some time on this in the past but forgot to update the issue: this one seemed at first to perhaps be a bug in Dr. Memory but that was a red herring as it was non-deterministic and seemed to be something inherent in the test being fragile to time dilation. Repro under TSan corroborates that.
From [email protected] on September 19, 2013 12:08:32
http://build.chromium.org/p/chromium.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%282%29/builds/441/steps/memory%20test%3A%20unit_3/logs/stdio [ RUN ] ExtensionServiceTest.InstallTheme
[2428:3848:0919/040400:1032996250:ERROR:storage_partition_impl.cc(88)] Couldn't remove data of type 1 for origin chrome-extension://iamefpfkojoapidjnbafmgkgncegbkad/. Status: 11
[2428:3848:0919/040401:1032996781:ERROR:storage_partition_impl.cc(88)] Couldn't remove data of type 2 for origin chrome-extension://iamefpfkojoapidjnbafmgkgncegbkad/. Status: 11
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(832): error: Value of: actual_extension_count
Actual: 1
Expected: expected_extensions_count_
Which is: 2
E:\b\build\slave\chromium-dbg-win-drmemory-full-2\build\src\chrome\test\data\extensions\theme2.crx
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 1
Expected: count
Which is: 2
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(832): error: Value of: actual_extension_count
Actual: 2
Expected: expected_extensions_count_
Which is: 3
E:\b\build\slave\chromium-dbg-win-drmemory-full-2\build\src\chrome\test\data\extensions\theme_with_extension.crx
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 2
Expected: count
Which is: 3
[2428:3848:0919/040412:1033008231:WARNING:extension_error_reporter.cc(56)] Extension error: Package is invalid: 'CRX_VERSION_NUMBER_INVALID'.
e:\b\build\slave\drm-cr\build\src\chrome\browser\extensions\extension_service_unittest.cc(996): error: Value of: GetPrefKeyCount()
Actual: 2
Expected: count
Which is: 3
[2428:3848:0919/040413:1033009604:WARNING:scoped_temp_dir.cc(17)] Could not delete temp dir in dtor.
[ FAILED ] ExtensionServiceTest.InstallTheme (47614 ms)
Cannot reproduce on my local machine, and the light mode on MFYI bot seems fine, so exclude it for now.
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1339
The text was updated successfully, but these errors were encountered: