unit-testing - 在 Win7 x64 中运行时 content_shell 崩溃

标签 unit-testing automation dart

我正在尝试遵循此处描述的自动化测试程序:
http://blog.damondouglas.me/2013/07/unit-testing-in-dart-using-hop-and.html

代码编译,测试从 DART 编辑器正确运行。

我从下载 content_shell (content_shell-windows-ia32-release.zip)
[http://gsdview.appspot.com/dart-archive/channels/stable/release/latest/dartium][1]

并将其解压缩到我 PC 路径上的单独文件夹中。

当我尝试运行时

context_shell --dump-render-tree web\headless_test.html

context_shell 崩溃:

[5960:5128:0318/145742:23175711:FATAL:content_main_runner.cc(734)] Check failed: base::i18n::InitializeICU().



建议,请。

尤里。

最佳答案

这是关于完全相同错误的讨论。
似乎是一个错误 http://patchwork.openembedded.org/patch/68621/

这似乎相似 https://code.google.com/p/chromium/issues/detail?id=337116
它是在 1 月 23 日修复的,但 Dartium 总是有点落后。

关于unit-testing - 在 Win7 x64 中运行时 content_shell 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22488822/

相关文章:

java - Mockito Spy 调用被侦测类的实际方法,而不是返回硬编码的模拟

vb.net - vb.net 项目的单元测试

c# - 创建文件快捷方式 (.lnk)

iphone - UIAPickerWheel 不工作

ruby-on-rails - 如何在 RSpec 中模拟数组?

java - 为什么我尝试模拟 @Spy ObjectMapper 会导致 NPE?

java - Selenium-断言列表中数组的多个关键字的存在

flutter - 如何裁剪圆形?

flutter - “flutter web is currently not supported”

dart - 使用 dart 创建一个 javascript 库