diff options
author | Stavros Aronis <[email protected]> | 2011-02-18 20:03:34 +0200 |
---|---|---|
committer | Stavros Aronis <[email protected]> | 2011-02-28 17:14:04 +0200 |
commit | c7a637f08ce52c0713e03f9a5d051edd8b4f934f (patch) | |
tree | 23fa4c518a92f4e55205d1d840913a537739de97 /lib/dialyzer/test/race_tests_SUITE_data | |
parent | 059ca05caa95d91411c071c8542cef400a066e17 (diff) | |
download | otp-c7a637f08ce52c0713e03f9a5d051edd8b4f934f.tar.gz otp-c7a637f08ce52c0713e03f9a5d051edd8b4f934f.tar.bz2 otp-c7a637f08ce52c0713e03f9a5d051edd8b4f934f.zip |
Update test results as they currently appear in dev
Diffstat (limited to 'lib/dialyzer/test/race_tests_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/race_tests_SUITE_data/results/extract_translations | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/test/race_tests_SUITE_data/results/extract_translations b/lib/dialyzer/test/race_tests_SUITE_data/results/extract_translations index 295404bfed..f7d5abc6f5 100644 --- a/lib/dialyzer/test/race_tests_SUITE_data/results/extract_translations +++ b/lib/dialyzer/test/race_tests_SUITE_data/results/extract_translations @@ -1,5 +1,5 @@ -extract_translations.erl:140: The call ets:insert('files',{atom() | [atom() | [any()] | char()]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('files',File::atom() | [atom() | [any()] | char()]) call in extract_translations.erl on line 135 +extract_translations.erl:140: The call ets:insert('files',{atom() | binary() | [atom() | binary() | [atom() | binary() | [any()] | char()] | char()]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('files',File::atom() | binary() | [atom() | binary() | [atom() | binary() | [any()] | char()] | char()]) call in extract_translations.erl on line 135 extract_translations.erl:146: The call ets:insert('translations',{_,[]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('translations',Str::any()) call in extract_translations.erl on line 126 -extract_translations.erl:152: The call ets:insert('files',{atom() | [atom() | [any()] | char()]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('files',File::atom() | [atom() | [any()] | char()]) call in extract_translations.erl on line 148 +extract_translations.erl:152: The call ets:insert('files',{atom() | binary() | [atom() | binary() | [atom() | binary() | [any()] | char()] | char()]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('files',File::atom() | binary() | [atom() | binary() | [atom() | binary() | [any()] | char()] | char()]) call in extract_translations.erl on line 148 extract_translations.erl:154: The call ets:insert('translations',{_,[]}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup('translations',Str::any()) call in extract_translations.erl on line 126 |