1760cb77fSAndrew Rist# ************************************************************* 2760cb77fSAndrew Rist# 3760cb77fSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4760cb77fSAndrew Rist# or more contributor license agreements. See the NOTICE file 5760cb77fSAndrew Rist# distributed with this work for additional information 6760cb77fSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7760cb77fSAndrew Rist# to you under the Apache License, Version 2.0 (the 8760cb77fSAndrew Rist# "License"); you may not use this file except in compliance 9760cb77fSAndrew Rist# with the License. You may obtain a copy of the License at 10760cb77fSAndrew Rist# 11760cb77fSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12760cb77fSAndrew Rist# 13760cb77fSAndrew Rist# Unless required by applicable law or agreed to in writing, 14760cb77fSAndrew Rist# software distributed under the License is distributed on an 15760cb77fSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16760cb77fSAndrew Rist# KIND, either express or implied. See the License for the 17760cb77fSAndrew Rist# specific language governing permissions and limitations 18760cb77fSAndrew Rist# under the License. 19760cb77fSAndrew Rist# 20760cb77fSAndrew Rist# ************************************************************* 21cdf0e10cSrcweir# This file contain a list of todos for testshl2 automated tests. 22cdf0e10cSrcweir# 23cdf0e10cSrcweir# $Id: libs2test.txt,v 1.13 2007-11-20 19:25:30 ihi Exp $ 24cdf0e10cSrcweir# 25cdf0e10cSrcweir# Legend: 26cdf0e10cSrcweir# there exist 2 formats 27cdf0e10cSrcweir# 1. file 28cdf0e10cSrcweir# 2. path ; file 29cdf0e10cSrcweir# 30cdf0e10cSrcweir# 1. if only a file exist, it will be assume, that a directory with name 'file' 31cdf0e10cSrcweir# exist, and a library with name 'file' create. 32cdf0e10cSrcweir# 2. if the path to the file differ from the library file, use this format. 33cdf0e10cSrcweir# 34cdf0e10cSrcweir 35cdf0e10cSrcweir 36cdf0e10cSrcweir# LLA: marked as deprecated by Stephan Bergmann 37cdf0e10cSrcweirByteSequence ; rtl_ByteSequence 38cdf0e10cSrcweir 39cdf0e10cSrcweirOStringBuffer ; rtl_OStringBuffer 40cdf0e10cSrcweir 41cdf0e10cSrcweirrtl_strings ; rtl_OUString 42cdf0e10cSrcweirrtl_strings ; rtl_OString 43cdf0e10cSrcweirrtl_strings ; rtl_OUStringBuffer 44cdf0e10cSrcweir 45cdf0e10cSrcweir# replacements for old rtl::XString tests 46cdf0e10cSrcweirrtl/oustring ; rtl_OUString2 47cdf0e10cSrcweirrtl/ostring ; rtl_OString2 48cdf0e10cSrcweir 49cdf0e10cSrcweirosl/file ; osl_File 50cdf0e10cSrcweir# LLA: temporaly removed, there are lot of problems with our environment 51cdf0e10cSrcweirosl/socket ; osl_StreamSocket 52cdf0e10cSrcweirosl/socket ; osl_DatagramSocket 53cdf0e10cSrcweirosl/socket ; osl_SocketAddr 54cdf0e10cSrcweirosl/socket ; osl_Socket2 55cdf0e10cSrcweirosl/socket ; osl_ConnectorSocket 56cdf0e10cSrcweirosl/socket ; osl_AcceptorSocket 57cdf0e10cSrcweir 58cdf0e10cSrcweirosl/mutex ; osl_Mutex 59cdf0e10cSrcweirosl/pipe ; osl_Pipe 60cdf0e10cSrcweirosl/semaphore ; osl_Semaphore 61cdf0e10cSrcweirosl/condition ; osl_Condition 62cdf0e10cSrcweirosl/module ; osl_Module 63cdf0e10cSrcweirosl/security ; osl_Security 64cdf0e10cSrcweir 65cdf0e10cSrcweirrtl/math ; rtl_math 66cdf0e10cSrcweirrtl/math ; rtl_math2 67cdf0e10cSrcweir 68cdf0e10cSrcweir# new 20040315 69cdf0e10cSrcweirrtl/alloc ; rtl_Alloc 70cdf0e10cSrcweirrtl/crc32 ; rtl_crc32 71cdf0e10cSrcweirrtl/digest ; rtl_digest 72cdf0e10cSrcweirrtl/bootstrap ; rtl_Bootstrap 73cdf0e10cSrcweirrtl/ostring ; rtl_str 74cdf0e10cSrcweirrtl/ostring ; rtl_string 75cdf0e10cSrcweirrtl/random ; rtl_Random 76cdf0e10cSrcweir 77cdf0e10cSrcweir# new 20040324 78cdf0e10cSrcweirrtl/oustring ; rtl_ustr 79cdf0e10cSrcweir 80cdf0e10cSrcweir# new 20040326 81cdf0e10cSrcweirrtl/cipher ; rtl_cipher 82cdf0e10cSrcweir 83cdf0e10cSrcweir# new 20040331 84cdf0e10cSrcweirrtl/locale ; rtl_locale 85cdf0e10cSrcweirrtl/uuid ; rtl_Uuid 86cdf0e10cSrcweirrtl/process ; rtl_Process 87cdf0e10cSrcweir 88cdf0e10cSrcweir# new 20040413 89cdf0e10cSrcweirrtl/textenc ; rtl_textcvt 90cdf0e10cSrcweirrtl/textenc ; rtl_tencinfo 91cdf0e10cSrcweirrtl/oustringbuffer; rtl_OUStringBuffer2 92cdf0e10cSrcweir 93cdf0e10cSrcweir# new 20040420 94cdf0e10cSrcweirrtl/uri ; rtl_Uri 95cdf0e10cSrcweirrtl/logfile ; rtl_logfile 96cdf0e10cSrcweir 97*796b7e2aSmseidel# LLA: Due to the fact, that thread testing seems to be little bit error prone, now 98cdf0e10cSrcweir# check this at the end. 99cdf0e10cSrcweirosl/process ; osl_Thread 100cdf0e10cSrcweir 101cdf0e10cSrcweir# not ready yet 102cdf0e10cSrcweir# strings ; test_oustring 103cdf0e10cSrcweir 104cdf0e10cSrcweir# new 20041025 105cdf0e10cSrcweirrtl/doublelock ; rtl_doublelocking 106cdf0e10cSrcweir 107