browserstate / history.js

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.
http://browserstate.github.com/history.js/demo/
Other
10.75k stars 1.35k forks source link

Few test cases are failing on X86. Saying "operation insecure" #469

Open abhinavkumar88 opened 7 years ago

abhinavkumar88 commented 7 years ago

We are trying to build history.js (branch-master) from source on x86_64 GNU/Linux. Build got successful and now we are trying to run the test cases , which are in html format.

last 3 test cases (Test No:15,16 & 17) are failing in each modules, indicating "Operation Insecure". Similar behaviour seen on the windows setup.

I am attaching the screenshot for reference.

Can someone please suggest , some work around to solve this or any pointer will help. historyjs failed test cases