History log of /libcore/expectations/icebox.txt
Revision Date Author Comments
cac88314fce02846168db6e333f247e5fce2cd4d 02-May-2016 Nicholas Sauer <nicksauer@google.com> Fix package names in icebox.txt and knownfailures.txt

bug: 28529041
Change-Id: I350cdd2b32e5133ef98f0c2c1448cd29796483e9
fc083f3b7463f585da3215dfdcd2006e2116d802 20-Feb-2015 Piotr Jastrzebski <haaawk@google.com> Track renamed test packages.

Change-Id: I2fb238a84ecdaa7e7bb0c45bae5306b0283e705e
ce6eb73c6fd260b19ae32f813ffa8c257707416e 17-Jun-2014 Neil Fuller <nfuller@google.com> Removing tests that test the SqlLite API directly.

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
d61559005fe4e8a503b14dc1a128906a1fda1ddc 15-May-2014 Neil Fuller <nfuller@google.com> Remove unnecessary test suppression entries

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
28673a21344fc791f876ccca1a29a1e1f28a854b 15-May-2014 Neil Fuller <nfuller@google.com> Removing suppression of tests that obviously no longer exist.

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
ab762bb740405d0fefcccf4a0899a234f995be13 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests. (Take 2)

This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2.

The makefile issue that caused the original build break
has been resolved.
d5e281743e55e1daa297fd8043b2d9b6e8e1bed2 15-Nov-2013 Narayan Kamath <narayan@google.com> Revert "Move tests from tests/api to harmony-tests."

This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd.

Breaks build

Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
81bf28ad31131815d0a36a43a0eca3c29aefdfcd 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests.

The vast majority of cleaned up harmony tests
are now in harmony-tests/src/test/org/apache/harmony/tests/

Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30
d42738f956b4251936e048fca6f6a897fc0ddb40 25-Aug-2011 Jesse Wilson <jessewilson@google.com> Make QueryTimeoutTest understandable.

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
9b1c778faff44a1dab39e588f51bb901b1c8224d 24-Aug-2011 Jesse Wilson <jessewilson@google.com> Update expectations for CTS: We still don't support notations.

Change-Id: I243519eff36e31298b433069bf1661c57f9ef46a
28b429ad56d2c595141e66a69c66e83f6739f143 17-May-2011 Jesse Wilson <jessewilson@google.com> Fix some failing XML tests.

Change-Id: I7504e849b9fe67900248a2e223d189c8fcef224d
1c92541d38ed4d0b6e958f478cd7b129f140cd44 28-Mar-2011 Jesse Wilson <jessewilson@google.com> Rescue some XML tests to a libcore.xml package.

Our XML tests are no longer split across packages for no good reason.

Change-Id: I0fbc9e96216b6b604ef4360d343fce9fecf7d34a
0463b62eef5a7e8a477ddf7a972af198e46ecd5f 11-Jan-2011 Jesse Wilson <jessewilson@google.com> Expand predefined entities by default, even if coalescing is off.

Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb
http://b/3341115
5b59f8d25078d4bc49ea5cc4bc38a3d8ebfc2f96 17-Dec-2010 Jesse Wilson <jessewilson@google.com> Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4.

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
a8d083235cd32a8685ceee52900ac0e04c584cf8 09-Dec-2010 Jesse Wilson <jessewilson@google.com> Update expectations for XML test failures.

Change-Id: Ied6b7fcc61103acbcf0465628ff01077e5dd9527
http://b/3268630
9b3d2abba8161cc70059e23d0b5fb6fc0bb45ac4 23-Sep-2010 Jesse Wilson <jessewilson@google.com> Manually merge 69680: JSON expectations

Change-Id: I983ad951e6445744b39dc763cf425172d2f4da31
220002e575a7416cea23a3efd7d0aa2bcd5a395d 23-Sep-2010 Jesse Wilson <jessewilson@google.com> Use JSON for expectations files.

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
78a3b5d9bbb21e1291fc6d20976a544df5ab4b44 18-Jun-2010 Brian Carlstrom <bdc@google.com> javax.crypto tests moving to vogar

Tested these with the coming BouncyCastle 1.45 upgrade.
Confirmed the failures happen on continuous build before the upgrade.

Change-Id: Idbd08d1641dbba9297840105ac018353dad5205a
db437ec74194d92f1651c5bf662804ad1a6156c9 15-Jun-2010 Elliott Hughes <enh@google.com> More test expectation fixes.

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
2c1802d919ce043706c38de22cb37a2f081412fb 28-May-2010 Jeremy Sharpe <jsharpe@google.com> Fix sql unit tests recently added to todo.txt.

Also change name of todo.txt to icebox.txt.

Change-Id: Ied9bce333fef83b0228d955f58abd4dbead4a315