diff options
author | Neil Fuller <nfuller@google.com> | 2014-06-17 11:10:02 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-06-17 12:39:50 +0100 |
commit | ce6eb73c6fd260b19ae32f813ffa8c257707416e (patch) | |
tree | ae83719df9582af55c92821640d61bb952eede5c /expectations | |
parent | f577d7594f3acc1d97e119c508e8e4edfeb1f20b (diff) | |
download | libcore-ce6eb73c6fd260b19ae32f813ffa8c257707416e.zip libcore-ce6eb73c6fd260b19ae32f813ffa8c257707416e.tar.gz libcore-ce6eb73c6fd260b19ae32f813ffa8c257707416e.tar.bz2 |
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
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/icebox.txt | 10 | ||||
-rw-r--r-- | expectations/knownfailures.txt | 64 |
2 files changed, 0 insertions, 74 deletions
diff --git a/expectations/icebox.txt b/expectations/icebox.txt index 07449c6..8764185 100644 --- a/expectations/icebox.txt +++ b/expectations/icebox.txt @@ -3,16 +3,6 @@ */ [ { - description: "javasqlite doesn't honor query timeouts", - bug: 5213614, - names: [ - "libcore.sqlite.QueryTimeoutTest#testExecuteUpdate", - "libcore.sqlite.QueryTimeoutTest#testPreparedStatementFetch", - "libcore.sqlite.QueryTimeoutTest#testPreparedStatementUpdate", - "libcore.sqlite.QueryTimeoutTest#testTimeoutAndStatementReuse" - ] -}, -{ description: "Dalvik doesn't support XML Schemas, DTDs or validation", bug: 3268630, name: "libcore.xml.DomTest#testEntityDeclarations", diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index e0b4d38..698ebc5 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -755,70 +755,6 @@ name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters" }, { - description: "method test fails once in a while. Cannot be sure that exception is thrown in every test execution.", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testBusy_handler" -}, -{ - description: "Database does not lock values", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testBusy_timeout" -}, -{ - description: "Returns wrong number for updates: returns value > 1 for select.", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testChanges" -}, -{ - description: "Aggregation function not called", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testCreate_aggregate" -}, -{ - description: "Reason for failure unknown: Database should be locked. Specification of interrupt is scarce.", - result: EXEC_FAILED, - name: "libcore.sqlite.OldDatabaseTest#testInterrupt" -}, -{ - description: "not supported", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testOpen_blob" -}, -{ - description: "Callback never made for authorization. Results of private table are returned without further checks.", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testSet_authorizer" -}, -{ - description: "ASCII encoding does not work: a UTF encoded val is returned. Spec is not sufficient. Might be that test impl is wrong or String constructor for the ASCII encoding.", - bug: 3403706, - name: "libcore.sqlite.OldDatabaseTest#testSet_encoding" -}, -{ - description: "db.open_blob is not supported.", - bug: 3403706, - name: "libcore.sqlite.OldBlobTest#testBlob" -}, -{ - description: "Wrong value is returned in case of a prepared statement to which a '*' bound", - bug: 3403706, - name: "libcore.sqlite.OldStmtTest#testColumn_count" -}, -{ - description: "ZeroBlob not supported", - bug: 3403706, - name: "libcore.sqlite.OldFunctionContextTest#testSet_result_zeroblob" -}, -{ - description: "SQLite test fail", - bug: 3403706, - names: [ - "libcore.sqlite.OldDatabaseTest#testGet_tableString", - "libcore.sqlite.OldDatabaseTest#testGet_tableStringStringArrayTableResult", - "libcore.sqlite.OldStmtTest#testColumn_type" - ] -}, -{ modes: [ "jvm" ], description: "The RI's formatter doesn't localize arabic properly", names: [ |