[TIMOB-14372] iOS: Correct known Anvil regressions
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-05-22T21:21:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | hudder, linvalid |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2013-06-25T20:22:46.000+0000 |
Updated | 2017-05-22T22:08:43.000+0000 |
Description
The list below is the current set of tests failing on Anvil for Android:
|| suite_name || test name || platform ||
| yahoo | yqlFlickrCats | ios |
| filesystem/filesystem | dotSlash | ios |
| filesystem/filesystem | fileMove | ios |
| commonjs/commonjs | test_relative | ios |
| commonjs/commonjs | test_determinism | ios |
| commonjs/commonjs | test_hasOwnProperty | ios |
| commonjs/commonjs | test_nested | ios |
| commonjs/commonjs | test_missing | ios |
| commonjs/commonjs | test_cyclic | ios |
| commonjs/commonjs | test_transitive | ios |
| commonjs/commonjs | test_exactExports | ios |
| commonjs/commonjs | test_method | ios |
| commonjs/commonjs | test_monkeys | ios |
| commonjs/commonjs | test_absolute | ios |
| facebook | buttonStyleConstants | ios |
| includes/includes | relativeDown | ios |
| includes/includes | multipleRequire | ios |
| ui_layout | scrollViewWithSIZE | ios |
| ui_controls | textControlsTextValueInitialValue | ios |
| ui/ui | webviewBindingAvailable | ios |
| ui/ui | absoluteAndRelativeWinURLs | ios |
| ui/ui | webviewEvalJSLockup | ios |
| stream | pump | ios |
| network_socket_tcp | testSocketIO | ios |
| network_httpclient | clearCookiePositiveTest | ios |
| ui/ui | webviewFireEvent | ios |
| media/media | audioTimeValidation | ios |
| kroll | customObjects | ios |
| includes/includes | dotdotSlash | ios |
| includes/includes | simpleRequire | ios |
| includes/includes | slashToRoot | ios |
| includes/includes | lotsOfDots | ios |
| app | test_custom_values | ios |
In most cases, it is believed that the test cases are wrong rather than the platform code itself.
NOTE: To run anvil, the only thing you need to install is wrench module. There seems to be some sort of problem with the latest version of wrench module and anvil, which prevents it from running. Working version of wrench is 1.3.9
Steps to set up anvil :
It would be like
In terminal type "node driver.js --mode=local --platform=
Fixes to TIMOB-14372 iOS: Correct known Anvil regressions SUITE: TEST filesystem/filesystem : dotSlash network_socket_tcp : testSocketIO
https://github.com/appcelerator/titanium_mobile/pull/4511 Fixes to TIMOB-14372 iOS: Correct known Anvil regressions SUITE: TEST filesystem/filesystem : dotSlash network_socket_tcp : testSocketIO
https://github.com/appcelerator/titanium_mobile/pull/4545 fixes to testcase suites: yahoo, stream, filesystem, network_socket_tcp
Anvil is no longer supported, this ticket is now irrelevant.