Index: LayoutTests/platform/win/fast/workers/storage/test-authorizer-sync-expected.txt |
diff --git a/LayoutTests/platform/win/fast/workers/storage/test-authorizer-sync-expected.txt b/LayoutTests/platform/win/fast/workers/storage/test-authorizer-sync-expected.txt |
deleted file mode 100644 |
index 1ddf21d9f4f50f83eef7286c03661a02fe3d950c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/win/fast/workers/storage/test-authorizer-sync-expected.txt |
+++ /dev/null |
@@ -1,72 +0,0 @@ |
-CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Database API. |
-Test the database authorizer. |
-Beginning write transaction: |
-SQLITE_CREATE_TABLE allowed. |
-SQLITE_CREATE_INDEX allowed. |
-SQLITE_CREATE_TEMP_TABLE allowed. |
-SQLITE_CREATE_TEMP_TRIGGER allowed. |
-SQLITE_CREATE_TEMP_VIEW allowed. |
-SQLITE_CREATE_TRIGGER allowed. |
-SQLITE_CREATE_VIEW allowed. |
-SQLITE_CREATE_VTABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_READ allowed. |
-SQLITE_SELECT allowed. |
-SQLITE_DELETE allowed. |
-SQLITE_INSERT allowed. |
-SQLITE_UPDATE allowed. |
-SQLITE_PRAGMA not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ALTER_TABLE allowed. |
-SQLITE_ALTER_TABLE allowed. |
-SQLITE_TRANSACTION not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ATTACH not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DETACH not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_REINDEX allowed. |
-SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_INDEX allowed. |
-SQLITE_DROP_TEMP_TABLE allowed. |
-SQLITE_DROP_TEMP_TRIGGER allowed. |
-SQLITE_DROP_TEMP_VIEW allowed. |
-SQLITE_DROP_TRIGGER allowed. |
-SQLITE_DROP_VIEW allowed. |
-SQLITE_DROP_TABLE allowed. |
-Write transaction succeeded. |
- |
-Beginning read transactions: |
-SQLITE_CREATE_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_TABLE allowed. |
-SQLITE_CREATE_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_VTABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_CREATE_INDEX allowed. |
-SQLITE_CREATE_TEMP_TABLE allowed. |
-SQLITE_CREATE_TEMP_TRIGGER allowed. |
-SQLITE_CREATE_TEMP_VIEW allowed. |
-SQLITE_CREATE_TRIGGER allowed. |
-SQLITE_CREATE_VIEW allowed. |
-SQLITE_CREATE_VTABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_READ allowed. |
-SQLITE_SELECT allowed. |
-SQLITE_DELETE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_INSERT not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_UPDATE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_PRAGMA not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ALTER_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ALTER_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_TRANSACTION not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ATTACH not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DETACH not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_REINDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-SQLITE_DROP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) |
-Read transactions succeeded. |
- |