Skip to content

Broken native tests in Chrome #308

Open
@dananichev

Description

@dananichev

Running Google Chrome version 27.0.1453.116 m on Windows 7 x64.
Tests failed at test 10. Both native adapters in dev and master.

Just to be clear, this tests:
/tests/HTML5.native.html
/tests/HTML4+HTML5.native.html

Both failing at Test 10 with messages:

State 3
Expected:   
{
  "cleanUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3",
  "data": {},
  "hash": "/history.js/tests/HTML4+HTML5.native.html?state=3",
  "hashedUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3",
  "id": "137219024999009326028591021895",
  "normalized": true,
  "title": "",
  "url": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3"
}
Result:     
{
  "cleanUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd",
  "data": {
    "rand": 0.5889234647620469,
    "state": 2
  },
  "hash": "/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd&_suid=137219024998608142445154953748",
  "hashedUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd&_suid=137219024998608142445154953748",
  "id": "137219024998608142445154953748",
  "normalized": true,
  "title": "State 2",
  "url": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd"
}
Diff:   
 {
   "cleanUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3",
  "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd",
   "data": {},
  {
    "rand": 0.5889234647620469,
    "state": 2
  },
   "hash": "/history.js/tests/HTML4+HTML5.native.html?state=3",
  "/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd&_suid=137219024998608142445154953748",
   "hashedUrl": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3",
  "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd&_suid=137219024998608142445154953748",
   "id": "137219024999009326028591021895",
  "137219024998608142445154953748",
   "normalized":  true,
   "title": "",
  "State 2",
   "url": "http://localhost/history.js/tests/HTML4+HTML5.native.html?state=3"
"http://localhost/history.js/tests/HTML4+HTML5.native.html?state=2&asd=%20asd%2520asd"
 } 
Source:     
    at Object.<anonymous> (http://localhost/history.js/tests/tests.js:113:9)

And Test 11:

global failure (1, 0, 1)
Uncaught Error: A test has failed
Source:     
http://localhost/history.js/tests/tests.js:95

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions