summaryrefslogtreecommitdiffstats
path: root/expectations/icebox.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removing tests that test the SqlLite API directly.Neil Fuller2014-06-171-10/+0
| | | | | | | | | | | | Many of the tests were testing that the SqlLite Java API works. Android does not ship with the SQLLite code as a public API so these have been removed. Some of the tests were testing JDBC APIs associated with Connection, Driver and DriverManager behavior so these have been retained and moved to libcore/java/sql/DriverTest.java / ConnectionTest.java Change-Id: I97ec05591019505f527ee134177c5637bbd08538
* Remove unnecessary test suppression entriesNeil Fuller2014-05-151-38/+0
| | | | | | | | | | | Most removals fit into these categories: 1) Test classes or methods that no longer exist / have been renamed 2) Various odd entries that are not for Junit tests. Some appear to correspond with some Open-JDK tests so may share a common heritage. Bug: 14808340 Change-Id: If829a83cfcf82cac9a0301733b724716087fea05
* Removing suppression of tests that obviously no longer exist.Neil Fuller2014-05-151-18/+1
| | | | | | | | This is a removal of tests from org.apache.harmony.luni.tests that no longer exist (under that package name). Bug: 14808340 Change-Id: I99e87fc43018596e4be0f4b352cc9a7cc33da4cc
* Move tests from tests/api to harmony-tests. (Take 2)Narayan Kamath2013-11-151-1/+1
| | | | | | | This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2. The makefile issue that caused the original build break has been resolved.
* Revert "Move tests from tests/api to harmony-tests."Narayan Kamath2013-11-151-1/+1
| | | | | | | | This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd. Breaks build Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
* Move tests from tests/api to harmony-tests.Narayan Kamath2013-11-151-1/+1
| | | | | | | The vast majority of cleaned up harmony tests are now in harmony-tests/src/test/org/apache/harmony/tests/ Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30
* Make QueryTimeoutTest understandable.Jesse Wilson2011-08-251-0/+10
| | | | | | | | | | | I don't believe the functionality this test was testing ever worked. The new test makes that clear; the old test masked the real behavior in a bunch of unnecessary complexity. These tests demonstrate that query timeouts are not working! Bug: http://b/5213614 Change-Id: If09e5d6204e06df7df4649953b69ddba0537fbf9
* Update expectations for CTS: We still don't support notations.Jesse Wilson2011-08-241-0/+8
| | | | Change-Id: I243519eff36e31298b433069bf1661c57f9ef46a
* Fix some failing XML tests.Jesse Wilson2011-05-171-2/+2
| | | | Change-Id: I7504e849b9fe67900248a2e223d189c8fcef224d
* Rescue some XML tests to a libcore.xml package.Jesse Wilson2011-03-281-16/+16
| | | | | | Our XML tests are no longer split across packages for no good reason. Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
* Expand predefined entities by default, even if coalescing is off.Jesse Wilson2011-01-111-0/+12
| | | | | Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb http://b/3341115
* Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4.Jesse Wilson2010-12-161-1/+1
| | | | | | | | | | | | | JUnit 3.8.1 (which is what's used on the device) uses a message like "expected:<...1> but was:<...0>". Junit 4 (which is included in vogar) uses a message like "expected:<1.[1]> but was:<1.[0]>" I'd also like to fix bug 2286423 so we don't inherit the JUnit 3.8.1 from the device's boot classpath. Change-Id: Iaf89e10a1536bbb9aaadd71f653b70177f898734
* Update expectations for XML test failures.Jesse Wilson2010-12-081-35/+24
| | | | | Change-Id: Ied6b7fcc61103acbcf0465628ff01077e5dd9527 http://b/3268630
* Use JSON for expectations files.Jesse Wilson2010-09-221-159/+195
| | | | | | | | This allows us to print the expectation description when a test fails. I'll follow this up by wiring vogar to do very clever things with the statuses of linked bugs. Change-Id: Idc3048b5dafff864675e760a3bb0c8fea48bb807
* javax.crypto tests moving to vogarBrian Carlstrom2010-06-181-0/+5
| | | | | | | Tested these with the coming BouncyCastle 1.45 upgrade. Confirmed the failures happen on continuous build before the upgrade. Change-Id: Idbd08d1641dbba9297840105ac018353dad5205a
* More test expectation fixes.Elliott Hughes2010-06-151-5/+5
| | | | | | | | Add three more broken tests, and fix expectations that used '.' instead of '#'. It would be nice if vogar would warn about non-pattern test names that aren't actually found in the test suite. Change-Id: I07d460744a8d9e40364b6d36b25da8e3d569fdb5
* Fix sql unit tests recently added to todo.txt.Jeremy Sharpe2010-05-281-0/+154
Also change name of todo.txt to icebox.txt. Change-Id: Ied9bce333fef83b0228d955f58abd4dbead4a315